This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Restore broken clean target in win32/makefile.mk
[perl5.git] / win32 / sync_ext.pl
index e482b69..c0ef13b 100644 (file)
@@ -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.