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
(from parent 1:
3247c18
)
Avoid circularity in $(LIBBASEFILES) definition in Win32 dmake makefile
author
Steve Hay
<SteveHay@planit.com>
Sat, 7 Nov 2009 14:51:44 +0000
(14:51 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Sat, 7 Nov 2009 14:51:44 +0000
(14:51 +0000)
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
452cdc1
..
d46db1b
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-610,7
+610,7
@@
LIBBASEFILES = $(CRYPT_LIB) \
# Since the code links against libraries that are compiled with /GS, this
# "security cookie verification" must be included via bufferoverlow.lib.
.IF "$(WIN64)" == "define"
-LIBBASEFILES
= $(LIBBASEFILES)
bufferoverflowU.lib
+LIBBASEFILES
+=
bufferoverflowU.lib
.ENDIF
# we add LIBC here, since we may be using PerlCRT.dll