diff options
author | Gurusamy Sarathy <gsar@engin.umich.edu> | 1997-07-26 18:56:48 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-08-07 00:00:00 +1200 |
commit | f7c603cbfba7c97f77e257c42aa119ffdb47fe1e (patch) | |
tree | 7de06d684493c760d3620686d47b90891e21de35 /win32/Makefile | |
parent | 0551aaa8f66eb12adb34e496ae8608b54066193c (diff) | |
download | perl-f7c603cbfba7c97f77e257c42aa119ffdb47fe1e.tar.gz |
minor win32 scribbles
This patch updates the Config.pm templates to have more
reasonable entries.
Credited: Hugo van der Sanden <hv@crypt.compulink.co.uk>
p5p-msgid: 199707262307.TAA28410@aatma.engin.umich.edu
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 8c8b1ad0bc..bc5ec50ee1 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -294,7 +294,7 @@ config.w32 : $(CFGSH_TMPL) ..\config.sh : config.w32 $(MINIPERL) config_sh.PL $(MINIPERL) -I..\lib config_sh.PL "INST_DRV=$(INST_DRV)" \ "INST_TOP=$(INST_TOP)" "cc=$(CC)" "ccflags=$(RUNTIME) -DWIN32" \ - "cf_email=$(EMAIL)" "libs=$(LIBFILES)" \ + "cf_email=$(EMAIL)" "libs=$(LIBFILES)" "incpath=$(CCINCDIR)" \ "libpth=$(CCLIBDIR)" "libc=$(LIBC)" \ config.w32 > ..\config.sh |