win32 tweaks
Douglas Lankshear [Wed, 22 Jul 1998 07:09:09 +0000 (00:09 -0700)]
Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active>

p4raw-id: //depot/perl@1640

win32/Makefile
win32/makefile.mk
win32/win32.h

index 92fb7d6..811e32f 100644 (file)
@@ -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
index c51ee8e..57813aa 100644 (file)
@@ -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
 
index bfbaaed..5b3f91d 100644 (file)
@@ -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