makefile notes
Gurusamy Sarathy [Thu, 5 Nov 1998 02:04:45 +0000 (02:04 +0000)]
p4raw-id: //depot/perl@2195

win32/Makefile
win32/makefile.mk

index f869792..c4c537e 100644 (file)
@@ -6,6 +6,10 @@
 #
 
 ##
+## Make sure you read README.win32 *before* you mess with anything here!
+##
+
+##
 ## Build configuration.  Edit the values below to suit your needs.
 ##
 
@@ -105,6 +109,7 @@ INST_VER    = \5.00553
 
 #
 # set the install locations of the compiler include/libraries
+# Running VCVARS32.BAT is *required* when using Visual C.
 # Some versions of Visual C don't define MSVCDIR in the environment,
 # so you may have to set CCHOME explicitly.
 #
index 8090e35..dce5461 100644 (file)
 #
 
 ##
+## Make sure you read README.win32 *before* you mess with anything here!
+##
+
+##
 ## Build configuration.  Edit the values below to suit your needs.
 ##
 
@@ -116,6 +120,7 @@ CCTYPE              *= BORLAND
 
 #
 # set the install locations of the compiler include/libraries
+# Running VCVARS32.BAT is *required* when using Visual C.
 # Some versions of Visual C don't define MSVCDIR in the environment,
 # so you may have to set CCHOME explicitly.
 #