avoid inefficiency in change#3386 (every longjmp() was followed
[p5sagit/p5-mst-13.2.git] / win32 / Makefile
index 9dd104e..57e9d44 100644 (file)
@@ -29,7 +29,7 @@ INST_TOP      = $(INST_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-INST_VER       = \5.00561
+INST_VER       = \5.00562
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -244,8 +244,8 @@ INST_HTML   = $(INST_POD)\html
 # Programs to compile, build .lib files and link
 #
 
-CC             = cl.exe
-LINK32         = link.exe
+CC             = cl
+LINK32         = link
 LIB32          = $(LINK32) -lib
 
 #
@@ -509,7 +509,7 @@ CORE_NOCFG_H        =               \
                ..\unixish.h    \
                ..\utf8.h       \
                ..\util.h       \
-               ..\warning.h    \
+               ..\warnings.h   \
                ..\XSUB.h       \
                ..\EXTERN.h     \
                ..\perlvars.h   \