From: Gurusamy Sarathy Date: Thu, 5 Nov 1998 02:04:45 +0000 (+0000) Subject: makefile notes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69e1fe5e7f553d4b73cddfb451a9431c0789ef8f;p=p5sagit%2Fp5-mst-13.2.git makefile notes p4raw-id: //depot/perl@2195 --- diff --git a/win32/Makefile b/win32/Makefile index f869792..c4c537e 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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. # diff --git a/win32/makefile.mk b/win32/makefile.mk index 8090e35..dce5461 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -10,6 +10,10 @@ # ## +## 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. #