summaryrefslogtreecommitdiff
path: root/win32/sync_ext.pl
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2004-10-12 02:57:00 +0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-10-12 13:02:44 +0000
commitd2b2597412218806baa0430cf97cc8334ac3ec71 (patch)
tree1385982f3c73ab987dad0b15eecc442442c570d7 /win32/sync_ext.pl
parent2d2b274444abe9850378c8466aa976c778ccebb2 (diff)
downloadperl-d2b2597412218806baa0430cf97cc8334ac3ec71.tar.gz
enable statically linked extensions for Win32
Message-ID: <80173417046.20041011225700@vkonovalov.ru> p4raw-id: //depot/perl@23360
Diffstat (limited to 'win32/sync_ext.pl')
-rw-r--r--win32/sync_ext.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/sync_ext.pl b/win32/sync_ext.pl
index e482b69838..c0ef13b8ce 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.