Full initial pass at perldelta. ready for sanity checking
[p5sagit/p5-mst-13.2.git] / win32 / sync_ext.pl
index e482b69..cb09285 100644 (file)
@@ -1,7 +1,14 @@
-=comment
+=begin comment
 
 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.