summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/Makefile b/win32/Makefile
index f6c4afb318..d6762f9a60 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -5,7 +5,7 @@
# Windows SDK 64-bit compiler and tools
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl531.dll). Also makes individual DLLs for the XS extensions.
+# (perl532.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -38,7 +38,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.31.10
+#INST_VER = \5.32.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -191,7 +191,7 @@ DEFAULT_INC_EXCLUDES_DOT = define
# set this to additionally provide a statically linked perl-static.exe.
# Note that dynamic loading will not work with this perl, so you must
# include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl531s.lib will also be created.
+# variables below. A static library perl532s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
@@ -665,9 +665,9 @@ $(o).dll:
# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
-PERLIMPLIB = ..\perl531.lib
-PERLSTATICLIB = ..\perl531s.lib
-PERLDLL = ..\perl531.dll
+PERLIMPLIB = ..\perl532.lib
+PERLSTATICLIB = ..\perl532s.lib
+PERLDLL = ..\perl532.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini
@@ -1265,7 +1265,7 @@ utils: $(PERLEXE) ..\utils\Makefile
copy ..\README.tw ..\pod\perltw.pod
copy ..\README.vos ..\pod\perlvos.pod
copy ..\README.win32 ..\pod\perlwin32.pod
- copy ..\pod\perldelta.pod ..\pod\perl53111delta.pod
+ copy ..\pod\perldelta.pod ..\pod\perl5320delta.pod
cd ..\win32
$(PERLEXE) $(PL2BAT) $(UTILS)
$(MINIPERL) -I..\lib ..\autodoc.pl ..
@@ -1364,7 +1364,7 @@ distclean: realclean
-if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
-if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
-cd $(PODDIR) && del /f *.html *.bat roffitall \
- perl53111delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
+ perl5320delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
perlapi.pod perlbs2000.pod perlcn.pod perlcygwin.pod \
perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \
perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \