diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 09:46:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 09:46:40 +0000 |
commit | 9036c72f77785d95a636c25783175a110c373cd0 (patch) | |
tree | 931abb44cfed7e0b7f7ff60086a28ff6e461a633 /win32/Makefile | |
parent | 28e8609dd7177ef09fbbf211ede76ea895529a3d (diff) | |
download | perl-9036c72f77785d95a636c25783175a110c373cd0.tar.gz |
patchlevel up to 72, update Changes, minor tweaks to win32/config*
and README.win32
p4raw-id: //depot/perl@1452
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 66d2a33b33..f0d4c69fab 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -25,7 +25,7 @@ INST_TOP = $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER = \5.00471 +INST_VER = \5.00472 # # uncomment to enable threads-capabilities @@ -162,7 +162,7 @@ LIB32 = $(LINK32) -lib # RUNTIME = -MD -INCLUDES = -I.\include -I. -I.. +INCLUDES = -I$(COREDIR) -I.\include -I. -I.. #PCHFLAGS = -Fpc:\temp\vcmoduls.pch -YX DEFINES = -DWIN32 -D_CONSOLE -DNO_STRICT $(BUILDOPT) $(CRYPT_FLAG) LOCDEFS = -DPERLDLL -DPERL_CORE |