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:
5e86324
)
Add missing library to VC++ section of Win32 dmake makefile
author
Steve Hay
<SteveHay@planit.com>
Tue, 24 Nov 2009 11:02:58 +0000
(11:02 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 24 Nov 2009 11:02:58 +0000
(11:02 +0000)
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
04e0bf3
..
16fc60d
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-633,7
+633,7
@@
LIBBASEFILES = $(CRYPT_LIB) \
oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib \
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib \
netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib \
- version.lib odbc32.lib odbccp32.lib
+ version.lib odbc32.lib odbccp32.lib
comctl32.lib
# The 64 bit Platform SDK compilers contain a runtime library that doesn't
# include the buffer overrun verification code used by the /GS switch.