summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Lankshear <doug@lankshear.net>1998-07-22 00:09:09 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-07-22 17:09:11 +0000
commite9ee4811e9cb1e626e3ac1b3b595de5ded0d4121 (patch)
tree61f49686be9f6bf285c020f7f827d0f119f95d2f
parentb12e51c8ab7fa4270796ab6177703b6cb995c11a (diff)
downloadperl-e9ee4811e9cb1e626e3ac1b3b595de5ded0d4121.tar.gz
win32 tweaks
Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1640
-rw-r--r--win32/Makefile4
-rw-r--r--win32/makefile.mk9
-rw-r--r--win32/win32.h3
3 files changed, 9 insertions, 7 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 92fb7d6bcc..811e32ffe1 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -50,8 +50,8 @@ INST_VER = \5.005
#
# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
-# Highly recommended. It has patches that fix known bugs in MSCVRT.DLL.
-# You will need to download it from: http://www.activestate.com/<TBD>
+# Highly recommended. It has patches that fix known bugs in MSVCRT.DLL.
+# You will need to download it from: http://www.activestate.com/
# and follow the directions in the package to install.
#
#USE_PERLCRT = define
diff --git a/win32/makefile.mk b/win32/makefile.mk
index c51ee8e926..57813aa0b3 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -57,11 +57,10 @@ CCTYPE *= BORLAND
#CFG *= Debug
#
-# uncomment to enable linking with setargv.obj under the Visual C
-# compiler. Setting this options enables perl to expand wildcards in
-# arguments, but it may be harder to use alternate methods like
-# File::DosGlob that are more powerful. This option is supported only with
-# Visual C.
+# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
+# Highly recommended. It has patches that fix known bugs in MSVCRT.DLL.
+# You will need to download it from: http://www.activestate.com/
+# and follow the directions in the package to install.
#
#USE_PERLCRT *= define
diff --git a/win32/win32.h b/win32/win32.h
index bfbaaed5dd..5b3f91d911 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -10,6 +10,9 @@
#define _INC_WIN32_PERL5
#ifdef PERL_OBJECT
+# define DYNAMIC_ENV_FETCH
+# define ENV_HV_NAME "___ENV_HV_NAME___"
+# define prime_env_iter()
# define WIN32IO_IS_STDIO /* don't pull in custom stdio layer */
# ifdef PERL_GLOBAL_STRUCT
# error PERL_GLOBAL_STRUCT cannot be defined with PERL_OBJECT