summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-08-04 01:11:32 +0000
committerhv <hv@crypt.org>2002-08-04 01:11:32 +0000
commit78a7c709d4434f29685ba4f85f6441dc8f042e3f (patch)
tree252232e65321b44ec3863d69db01ffb823bd327d /win32
parent6a0407ee995276fc0b143630fde4e4ee2a060014 (diff)
downloadperl-78a7c709d4434f29685ba4f85f6441dc8f042e3f.tar.gz
Change version from 5.8.0 to 5.9.0.
p4raw-id: //depot/perl@17671
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile6
-rw-r--r--win32/makefile.mk8
2 files changed, 7 insertions, 7 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 0877f4d91b..746beba9d4 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -5,7 +5,7 @@
# MS Platform SDK 64-bit compiler and tools **experimental**
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl58.dll). Also makes individual DLLs for the XS extensions.
+# (perl59.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -431,8 +431,8 @@ $(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 = ..\perl58.lib
-PERLDLL = ..\perl58.dll
+PERLIMPLIB = ..\perl59.lib
+PERLDLL = ..\perl59.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini
diff --git a/win32/makefile.mk b/win32/makefile.mk
index d2f76e7805..07e4cc1776 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -7,7 +7,7 @@
# MS Platform SDK 64-bit compiler and tools **experimental**
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl58.dll). Also makes individual DLLs for the XS extensions.
+# (perl59.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -624,7 +624,7 @@ CFGH_TMPL = config_H.bc
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = ..\libperl58$(a)
+PERLIMPLIB = ..\libperl59$(a)
.ELSE
@@ -640,8 +640,8 @@ CFGH_TMPL = config_H.vc
# 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 *= ..\perl58$(a)
-PERLDLL = ..\perl58.dll
+PERLIMPLIB *= ..\perl59$(a)
+PERLDLL = ..\perl59.dll
XCOPY = xcopy /f /r /i /d
RCOPY = xcopy /f /r /i /e /d