summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-22 15:56:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-22 15:56:27 +0000
commit5fd76c3eeb1994c1e03de1e249e9fd19c16eac1c (patch)
tree99103415bbf57976bff0952a2ad86488b365af0d /win32
parent3149a8e4470730775216b8a4cb7dafbaae9f0572 (diff)
downloadperl-5fd76c3eeb1994c1e03de1e249e9fd19c16eac1c.tar.gz
tweak win32 makefiles for PERL_OBJECT build
p4raw-id: //depot/perl@1191
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile8
-rw-r--r--win32/makefile.mk8
2 files changed, 8 insertions, 8 deletions
diff --git a/win32/Makefile b/win32/Makefile
index a0f1d00d1b..89ec4de40c 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -72,9 +72,9 @@ INST_VER = \5.00467
#
# set this if you wish to use perl's malloc
# WARNING: Turning this on/off WILL break binary compatibility with extensions
-# you may have compiled with/without it. Be prepared to recompile all extensions
-# if you change the default. Currently, this cannot be enabled if you ask for
-# PERL_OBJECT above.
+# you may have compiled with/without it. Be prepared to recompile all
+# extensions if you change the default. Currently, this cannot be enabled
+# if you ask for PERL_OBJECT above.
#
#PERL_MALLOC = define
@@ -516,7 +516,7 @@ CFG_VARS = \
"d_mymalloc=$(PERL_MALLOC)" \
"libs=$(LIBFILES)" \
"incpath=$(CCINCDIR)" \
- "libperl=$(PERLIMPLIB)" \
+ "libperl=$(PERLIMPLIB:..\=)" \
"libpth=$(CCLIBDIR) $(EXTRALIBDIRS)" \
"libc=$(LIBC)" \
"make=nmake" \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index f0e258de59..80d854649c 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -79,9 +79,9 @@ CCTYPE *= BORLAND
#
# set this if you wish to use perl's malloc
# WARNING: Turning this on/off WILL break binary compatibility with extensions
-# you may have compiled with/without it. Be prepared to recompile all extensions
-# if you change the default. Currently, this cannot be enabled if you ask for
-# PERL_OBJECT above.
+# you may have compiled with/without it. Be prepared to recompile all
+# extensions if you change the default. Currently, this cannot be enabled
+# if you ask for PERL_OBJECT above.
#
#PERL_MALLOC *= define
@@ -543,7 +543,7 @@ CORE_H = $(CORE_NOCFG_H) .\config.h
MICROCORE_OBJ = $(MICROCORE_SRC:db:+$(o))
CORE_OBJ = $(MICROCORE_OBJ) $(EXTRACORE_SRC:db:+$(o))
WIN32_OBJ = $(WIN32_SRC:db:+$(o))
-MINICORE_OBJ = $(MINIDIR)\{$(MICROCORE_OBJ:f) miniperlmain$(o) $(EXTRACORE_SRC:db:+$(o))}
+MINICORE_OBJ = $(MINIDIR)\{$(MICROCORE_OBJ:f) miniperlmain$(o) perlio$(o)}
MINIWIN32_OBJ = $(MINIDIR)\{$(WIN32_OBJ:f)}
MINI_OBJ = $(MINICORE_OBJ) $(MINIWIN32_OBJ)
PERL95_OBJ = $(PERL95_SRC:db:+$(o))