diff options
author | Steve Hay <SteveHay@planit.com> | 2009-11-24 11:02:58 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-11-24 11:02:58 +0000 |
commit | 6b1226db4432ba7f08619ebe4c5365f692dcbbf7 (patch) | |
tree | 9db282acc3ac4dad380aed41c4658cd04a051aca /win32 | |
parent | 5e8632492467a144fabe819ac1f4206ecde8d14d (diff) | |
download | perl-6b1226db4432ba7f08619ebe4c5365f692dcbbf7.tar.gz |
Add missing library to VC++ section of Win32 dmake makefile
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 04e0bf30c7..16fc60dd68 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. |