projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1ee7e
)
Multiple win32io.o is fatal for GCC (and noise with VC++)
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sun, 21 Oct 2001 19:16:56 +0000
(19:16 +0000)
committer
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sun, 21 Oct 2001 19:16:56 +0000
(19:16 +0000)
p4raw-id: //depot/perlio@12551
win32/makefile.mk
patch
|
blob
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
63db476
..
0df2967
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-731,7
+731,7
@@
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) perlio$(o)}
-MINIWIN32_OBJ = $(MINIDIR)\{$(WIN32_OBJ:f)}
$(MINIDIR)\win32io$(o)
+MINIWIN32_OBJ = $(MINIDIR)\{$(WIN32_OBJ:f)}
MINI_OBJ = $(MINICORE_OBJ) $(MINIWIN32_OBJ)
DLL_OBJ = $(DLL_SRC:db:+$(o))
X2P_OBJ = $(X2P_SRC:db:+$(o))