diff options
author | Abigail <abigail@abigail.be> | 1998-07-15 00:03:44 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-15 08:27:15 +0000 |
commit | 7522fed5983de9fb01258eea70b60840a6a2c756 (patch) | |
tree | 4aab58d9a06a801e2c6888c32caef7861554405b /win32/config_H.vc | |
parent | c16f2413108912acc1226c4ccb6b19c51780a92f (diff) | |
download | perl-7522fed5983de9fb01258eea70b60840a6a2c756.tar.gz |
up patchlevel to 75 (Beta, Issue 1), add podpatch
Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
Subject: [PATCH 5.004_74] pod/perlop.pod
p4raw-id: //depot/perl@1517
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index df0cdd15c9..c7bbe889ae 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -34,8 +34,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.00474\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00474\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00475\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00475\\bin\\MSWin32-x86" /**/ /* CPPSTDIN: * This symbol contains the first part of the string which will invoke @@ -1829,7 +1829,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.00474\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00475\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* DLSYM_NEEDS_UNDERSCORE: @@ -1875,8 +1875,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.00474\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00474")) /**/ +#define PRIVLIB "c:\\perl\\5.00475\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00475")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1891,7 +1891,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.00474\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00475\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1907,8 +1907,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.00474\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00474")) /**/ +#define SITELIB "c:\\perl\\site\\5.00475\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00475")) /**/ /* STARTPERL: * This variable contains the string to put in front of a perl |