From: Steve Hay Date: Tue, 24 Nov 2009 11:02:58 +0000 (+0000) Subject: Add missing library to VC++ section of Win32 dmake makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b1226db4432ba7f08619ebe4c5365f692dcbbf7;p=p5sagit%2Fp5-mst-13.2.git Add missing library to VC++ section of Win32 dmake makefile --- 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.