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.mk | |
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.mk')
-rw-r--r-- | win32/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 32f3a3dbf0..a5a0a241fc 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -29,7 +29,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 @@ -176,7 +176,7 @@ IMPLIB = implib -c # Options # RUNTIME = -D_RTLDLL -INCLUDES = -I.\include -I. -I.. -I$(CCINCDIR) +INCLUDES = -I$(COREDIR) -I.\include -I. -I.. -I$(CCINCDIR) #PCHFLAGS = -H -Hc -H=c:\temp\bcmoduls.pch DEFINES = -DWIN32 $(BUILDOPT) $(CRYPT_FLAG) LOCDEFS = -DPERLDLL -DPERL_CORE @@ -215,7 +215,7 @@ a = .a # Options # RUNTIME = -INCLUDES = -I.\include -I. -I.. +INCLUDES = -I$(COREDIR) -I.\include -I. -I.. DEFINES = -DWIN32 $(BUILDOPT) $(CRYPT_FLAG) LOCDEFS = -DPERLDLL -DPERL_CORE SUBSYS = console @@ -250,7 +250,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 |