diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 02:04:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 02:04:45 +0000 |
commit | 69e1fe5e7f553d4b73cddfb451a9431c0789ef8f (patch) | |
tree | 0ddf1a0fdc11ddef337b5e7f091fe6defdb4354e /win32 | |
parent | 379c4362c2261464f61a477ba8cb859a7054e261 (diff) | |
download | perl-69e1fe5e7f553d4b73cddfb451a9431c0789ef8f.tar.gz |
makefile notes
p4raw-id: //depot/perl@2195
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 5 | ||||
-rw-r--r-- | win32/makefile.mk | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index f869792ac2..c4c537e321 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 8090e35249..dce54612bd 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. # |