diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 08:48:28 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 08:48:28 +0000 |
commit | b83ac84c2fbc01a334f3e39ae42527298ccd0b11 (patch) | |
tree | 663f7860faa7e90a3f6317d97f823edb3d54c05f /win32/config_H.vc | |
parent | d7f63761d678aaab033d0df636b0ec3c47e250a7 (diff) | |
download | perl-b83ac84c2fbc01a334f3e39ae42527298ccd0b11.tar.gz |
up patchlevel to 74; introduce distinct archname for PERL_OBJECT
p4raw-id: //depot/perl@1491
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 0ffcd7614b..df0cdd15c9 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.00473\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00473\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00474\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00474\\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.00473\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00474\\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.00473\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00473")) /**/ +#define PRIVLIB "c:\\perl\\5.00474\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00474")) /**/ /* 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.00473\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00474\\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.00473\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00473")) /**/ +#define SITELIB "c:\\perl\\site\\5.00474\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00474")) /**/ /* STARTPERL: * This variable contains the string to put in front of a perl |