diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 54ce1920c1..951c15a84d 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -101,7 +101,7 @@ LIB32=$(LINK32) -lib RUNTIME = -MD !ENDIF INCLUDES = -I.\include -I. -I.. -#PCHFLAGS = -Fp"$(INTDIR)/modules.pch" -YX +#PCHFLAGS = -Fpc:\temp\modules.pch -YX DEFINES = -DWIN32 -D_CONSOLE $(BUILDOPT) $(CRYPT_FLAG) LOCDEFS = -DPERLDLL -DPERL_CORE SUBSYS = console @@ -379,6 +379,7 @@ CFG_VARS= "INST_DRV=$(INST_DRV)" \ "incpath=$(CCINCDIR)" \ "libpth=$(CCLIBDIR)" \ "libc=$(LIBC)" \ + "make=nmake" \ "static_ext=$(STATIC_EXT)" \ "dynamic_ext=$(DYNAMIC_EXT)" \ "usethreads=$(USE_THREADS)" \ @@ -552,7 +553,7 @@ doc: $(PERLEXE) cd ..\win32 copy ..\README.win32 ..\pod\perlwin32.pod $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=./html \ - --podpath=pod:lib:ext:utils --htmlroot="//$(INST_HTML::=|)" \ + --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML::=|)" \ --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse utils: $(PERLEXE) |