Add a rough, incomplete version of perl5100delta
[p5sagit/p5-mst-13.2.git] / win32 / makefile.mk
index fc0a2f7..5b93ad8 100644 (file)
@@ -34,7 +34,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.9.5
+#INST_VER      *= \5.10.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -954,8 +954,7 @@ SETARGV_OBJ = setargv$(o)
 #  - Win32 extension contains overlapped symbols with win32.c (BUG!)
 #  - MakeMaker isn't capable enough for SDBM_File (smaller bug)
 #  - Encode (encoding search algorithm relies on shared library?)
-#  - Hash/Util (fails various tests when linked statically)
-STATIC_EXT     = * !Win32 !SDBM_File !Encode !Hash/Util
+STATIC_EXT     = * !Win32 !SDBM_File !Encode
 .ELSE
 # specify static extensions here, for example:
 #STATIC_EXT    = Cwd Compress/Raw/Zlib
@@ -1032,10 +1031,10 @@ all : CHECKDMAKE .\config.h $(GLOBEXE) $(MINIPERL) $(MK2)               \
        $(PERLEXE) $(X2P) Extensions $(PERLSTATIC)
 
 ..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h
-       cd .. && regcomp.pl && cd win32
+       cd .. && miniperl regcomp.pl && cd win32
 
 ..\regcharclass.h : ..\Porting\regcharclass.pl
-       cd .. && Porting\regcharclass.pl && cd win32
+       cd .. && miniperl Porting\regcharclass.pl && cd win32
 
 regnodes : ..\regnodes.h
 
@@ -1460,7 +1459,7 @@ utils: $(PERLEXE) $(X2P)
        copy ..\README.vms      ..\pod\perlvms.pod
        copy ..\README.vos      ..\pod\perlvos.pod
        copy ..\README.win32    ..\pod\perlwin32.pod
-       copy ..\pod\perl595delta.pod ..\pod\perldelta.pod
+       copy ..\pod\perl5100delta.pod ..\pod\perldelta.pod
        cd ..\pod && $(MAKE) -f ..\win32\pod.mak converters
        cd ..\lib && $(PERLEXE) lib_pm.PL
        $(PERLEXE) $(PL2BAT) $(UTILS)