diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-12 00:23:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-12 00:23:11 +0000 |
commit | d77f190a990e8d44d12443319b1acce0359d9c0c (patch) | |
tree | 94dc9f00e4547486e2a3bf5b096a896bc1fc8159 /win32 | |
parent | 931468c43793371afb499e0c6cc9d457b44239d1 (diff) | |
download | perl-d77f190a990e8d44d12443319b1acce0359d9c0c.tar.gz |
update Changes, patchlevel etc.
p4raw-id: //depot/perl@4349
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/config_H.bc | 16 | ||||
-rw-r--r-- | win32/config_H.gc | 16 | ||||
-rw-r--r-- | win32/config_H.vc | 16 | ||||
-rw-r--r-- | win32/makefile.mk | 12 |
5 files changed, 31 insertions, 31 deletions
diff --git a/win32/Makefile b/win32/Makefile index af3a4fbb1e..57e9d440c3 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 diff --git a/win32/config_H.bc b/win32/config_H.bc index 80636a47f6..1fbe3b68d6 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1419,7 +1419,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.00561\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00562\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00562\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00562\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.00561\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00561")) /**/ +#define PRIVLIB "c:\\perl\\5.00562\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00562")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.00561\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00562\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00561\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00561")) /**/ +#define SITELIB "c:\\perl\\site\\5.00562\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00562")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/config_H.gc b/win32/config_H.gc index e0101f1967..5bf69fa147 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1419,7 +1419,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.00561\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00562\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00562\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00562\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.00561\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00561")) /**/ +#define PRIVLIB "c:\\perl\\5.00562\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00562")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.00561\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00562\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00561\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00561")) /**/ +#define SITELIB "c:\\perl\\site\\5.00562\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00562")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/config_H.vc b/win32/config_H.vc index 2c070a4167..0d38044eb9 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1419,7 +1419,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.00561\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00562\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00562\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00562\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.00561\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00561")) /**/ +#define PRIVLIB "c:\\perl\\5.00562\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00562")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.00561\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00562\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00561\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00561")) /**/ +#define SITELIB "c:\\perl\\site\\5.00562\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00562")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/makefile.mk b/win32/makefile.mk index 5bf44152bb..ceb5be0b05 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -25,11 +25,6 @@ INST_DRV *= c: INST_TOP *= $(INST_DRV)\perl # -# Uncomment this if you are compiling under Windows 95/98 and command.com -# (not needed if you're running under 4DOS/NT 6.01 or later) -#IS_WIN95 *= define - -# # Comment this out if you DON'T want your perl installation to be versioned. # This means that the new installation will overwrite any files from the # old installation at the same INST_TOP location. Leaving it enabled is @@ -38,7 +33,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 @@ -89,6 +84,11 @@ CCTYPE *= BORLAND #CCTYPE *= GCC # +# uncomment this if you are compiling under Windows 95/98 and command.com +# (not needed if you're running under 4DOS/NT 6.01 or later) +#IS_WIN95 *= define + +# # uncomment next line if you want debug version of perl (big,slow) # If not enabled, we automatically try to use maximum optimization # with all compilers that are known to have a working optimizer. |