This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update the release schedule: 5.16 is 2012-2013
[perl5.git] / win32 / Makefile
index 16e2fd9..dfe3578 100644 (file)
@@ -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
-# (perl516.dll).  Also makes individual DLLs for the XS extensions.
+# (perl517.dll).  Also makes individual DLLs for the XS extensions.
 #
 
 ##
@@ -37,7 +37,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.16.0
+#INST_VER      = \5.17.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -152,7 +152,7 @@ CCTYPE              = MSVC60
 # 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 perl516s.lib will also be created.
+# variables below. A static library perl517s.lib will also be created.
 # Ordinary perl.exe is not affected by this option.
 #
 #BUILD_STATIC  = define
@@ -516,9 +516,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     = ..\perl516.lib
-PERLSTATICLIB  = ..\perl516s.lib
-PERLDLL                = ..\perl516.dll
+PERLIMPLIB     = ..\perl517.lib
+PERLSTATICLIB  = ..\perl517s.lib
+PERLDLL                = ..\perl517.dll
 
 MINIPERL       = ..\miniperl.exe
 MINIDIR                = .\mini
@@ -1075,7 +1075,7 @@ utils: $(PERLEXE) $(X2P)
        copy ..\README.vmesa    ..\pod\perlvmesa.pod
        copy ..\README.vos      ..\pod\perlvos.pod
        copy ..\README.win32    ..\pod\perlwin32.pod
-       copy ..\pod\perldelta.pod ..\pod\perl5160delta.pod
+       copy ..\pod\perldelta.pod ..\pod\perl5170delta.pod
        cd ..\win32
        $(PERLEXE) $(PL2BAT) $(UTILS)
        $(PERLEXE) $(ICWD) ..\autodoc.pl ..
@@ -1168,7 +1168,7 @@ distclean: realclean
        -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
        -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
        -cd $(PODDIR) && del /f *.html *.bat roffitall \
-           perl5160delta.pod perlaix.pod perlamiga.pod perlapi.pod \
+           perl5170delta.pod perlaix.pod perlamiga.pod perlapi.pod \
            perlbeos.pod perlbs2000.pod perlce.pod perlcn.pod \
            perlcygwin.pod perldgux.pod perldos.pod perlepoc.pod \
            perlfreebsd.pod perlhaiku.pod perlhpux.pod perlhurd.pod \