Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl.git] branch blead, updated. v5.11.2-66-g6b1226d

0 views
Skip to first unread message

Steve Hay

unread,
Nov 24, 2009, 6:03:08 AM11/24/09
to perl5-...@perl.org
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6b1226db4432ba7f08619ebe4c5365f692dcbbf7?hp=5e8632492467a144fabe819ac1f4206ecde8d14d>

- Log -----------------------------------------------------------------
commit 6b1226db4432ba7f08619ebe4c5365f692dcbbf7
Author: Steve Hay <Stev...@planit.com>
Date: Tue Nov 24 11:02:58 2009 +0000

Add missing library to VC++ section of Win32 dmake makefile
-----------------------------------------------------------------------

Summary of changes:
win32/makefile.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/win32/makefile.mk b/win32/makefile.mk
index 04e0bf3..16fc60d 100644
--- 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.

--
Perl5 Master Repository

0 new messages