X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fsync_ext.pl;h=c0ef13b8ce14b0c0955bcfa49ade797b690af615;hb=cc61921f0ae7ed05d56abbd690cb97eea560d4a9;hp=e482b69838da252c2b72994d413396b11f68d2c4;hpb=02b1e60408c5543387fd5ef57f131e9ef0480a95;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/sync_ext.pl b/win32/sync_ext.pl index e482b69..c0ef13b 100644 --- a/win32/sync_ext.pl +++ b/win32/sync_ext.pl @@ -2,6 +2,13 @@ Synchronize filename cases for extensions. +This script could be used to perform following renaming: +if there exist file, for example, "FiLeNaME.c" and +filename.obj then it renames "filename.obj" to "FiLeNaME.obj". +There is a problem when some compilers (e.g.Borland) generate +such .obj files and then "make" process will not treat them +as dependant and already maked files. + This script takes two arguments - first and second extensions to synchronize filename cases with.