You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/09 20:11:09 UTC

svn commit: r763756 - in /commons/sandbox/runtime/trunk/src/main/native: configure include/acr.h

Author: mturk
Date: Thu Apr  9 18:11:09 2009
New Revision: 763756

URL: http://svn.apache.org/viewvc?rev=763756&view=rev
Log:
Add few more dependency libraries

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure
    commons/sandbox/runtime/trunk/src/main/native/include/acr.h

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=763756&r1=763755&r2=763756&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Thu Apr  9 18:11:09 2009
@@ -295,7 +295,8 @@
         varadds cppopts "-D_WIN32_WINNT=0x0501 -D_WIN32_IE=0x0600"
         varadds cxxopts "/TP"
         varadds ldflags "kernel32.lib advapi32.lib ws2_32.lib mswsock.lib"
-        varadds ldflags "ole32.lib shell32.lib rpcrt4.lib user32.lib"
+        varadds ldflags "ole32.lib shell32.lib rpcrt4.lib user32.lib gdi32.lib"
+        varadds ldflags "psapi.lib shlwapi.lib wldap32.lib netapi32.lib iphlpapi.lib
         varadds shflags "/NOLOGO /OPT:REF"
         so=".dll"
         exe=".exe"

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr.h?rev=763756&r1=763755&r2=763756&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr.h Thu Apr  9 18:11:09 2009
@@ -22,6 +22,9 @@
 #ifndef WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN
 #endif
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
+#endif
 
 /* Ignore most warnings (back down to /W3) for poorly constructed headers
  */