now, I know how to use api_conv.pl :)

This commit is contained in:
TORRI Vincent 2006-09-24 08:51:20 +02:00
parent 16516a5e94
commit 905379e447

17
tools/README Normal file
View File

@ -0,0 +1,17 @@
api_conv.pl:
------------
Description: used to convert old XCB names in camel case to lower
case names.
Usage:
* for several files:
perl -i xcb/tools/api_conv.pl xcb/tools/constants <file1> <file2> ...
* for a directory:
find dir -name '*.[ch]' -exec perl -i xcb/tools/api_conv.pl xcb/tools/constants {} +