This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef249b
)
Add Borland linker option to not generate .map files
author
Steve Hay
<SteveHay@planit.com>
Fri, 6 Jul 2007 11:08:37 +0000
(11:08 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Fri, 6 Jul 2007 11:08:37 +0000
(11:08 +0000)
(They are not generated by default by VC++ or MinGW, and there
doesn't seem to be any need for them.)
p4raw-id: //depot/perl@31539
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
c1ba4a3
..
f565f84
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-443,7
+443,7
@@
LINK_DBG =
EXTRACFLAGS =
CFLAGS = -w -g0 -tWM -tWD $(INCLUDES) $(DEFINES) $(LOCDEFS) \
$(PCHFLAGS) $(OPTIMIZE)
-LINK_FLAGS = $(LINK_DBG) -L"$(INST_COREDIR)" -L"$(CCLIBDIR)" \
+LINK_FLAGS = $(LINK_DBG) -
x -
L"$(INST_COREDIR)" -L"$(CCLIBDIR)" \
-L"$(CCLIBDIR)\PSDK"
OBJOUT_FLAG = -o
EXEOUT_FLAG = -e