]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
make MSVC link against shell32 as well
authorHeiko Hund <heiko.hund@sophos.com>
Thu, 16 Feb 2012 17:30:41 +0000 (18:30 +0100)
committerDavid Sommerseth <davids@redhat.com>
Fri, 17 Feb 2012 10:01:42 +0000 (11:01 +0100)
Windows API CommandLineToArgvW(), introduced in Windows unicode path
commit 71bbbd76c62630c88441237d72fe5b61f0b45b2a, is defined therein.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
win/msvc.mak.in

index 115e39508ba8a9fb52003370213649e5162c9876..191f370d41a542949b0f7b79d2d73aef5c8cbaa5 100644 (file)
@@ -31,7 +31,7 @@ LZO_DYNAMIC = lzo2.lib
 
 INCLUDE_DIRS = -I$(OPENSSL)/include -I$(POLARSSL)/include -I$(LZO)/include -I$(PKCS11_HELPER)/include
 
-LIBS = $(OPENSSL_DYNAMIC) $(POLARSSL_DYNAMIC) $(PKCS11_HELPER_DYNAMIC) $(LZO_DYNAMIC) ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib user32.lib gdi32.lib advapi32.lib wininet.lib
+LIBS = $(OPENSSL_DYNAMIC) $(POLARSSL_DYNAMIC) $(PKCS11_HELPER_DYNAMIC) $(LZO_DYNAMIC) ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib user32.lib gdi32.lib advapi32.lib wininet.lib shell32.lib
 
 LIB_DIRS = -LIBPATH:$(OPENSSL)\lib -LIBPATH:$(POLARSSL)\build\library -LIBPATH:$(PKCS11_HELPER)\lib -LIBPATH:$(LZO)\lib