Author: rhuijben
Date: Mon Aug 31 11:37:55 2015
New Revision: 1700234
URL: http://svn.apache.org/r1700234
Log:
* SConstruct
Allow apr's usage of shell functions when linking apr statically.
Modified:
serf/trunk/SConstruct
Modified: serf/trunk/SConstruct
URL:
http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1700234&r1=1700233&r2=1700234&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Mon Aug 31 11:37:55 2015
@@ -291,7 +291,8 @@ if aprstatic:
if sys.platform == 'win32':
env.Append(LIBS=['user32.lib', 'advapi32.lib', 'gdi32.lib', 'ws2_32.lib',
- 'crypt32.lib', 'mswsock.lib', 'rpcrt4.lib', 'secur32.lib'])
+ 'crypt32.lib', 'mswsock.lib', 'rpcrt4.lib', 'secur32.lib',
+ 'shell32.lib'])
# Get apr/apu information into our build
env.Append(CPPDEFINES=['WIN32','WIN32_LEAN_AND_MEAN','NOUSER',