summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-11-24 19:24:36 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-11-24 19:24:36 (GMT)
commitadc92c14ef621d8106796e63f499ec88eb3fe28e (patch)
tree5928678592b9ba049d99782f74a89dc8ebbb2832 /SConstruct
parent70de00c6cb3ecf5feccf5c2590595400cf501e57 (diff)
downloadswift-adc92c14ef621d8106796e63f499ec88eb3fe28e.zip
swift-adc92c14ef621d8106796e63f499ec88eb3fe28e.tar.bz2
Added Windows idle querier.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index cfc34c5..ada5ef2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -89,7 +89,7 @@ if env.get("coverage", 0) :
env.Append(LINKFLAGS = ["-fprofile-arcs", "-ftest-coverage"])
if env["PLATFORM"] == "win32" :
- env.Append(LIBS = ["dnsapi", "ws2_32", "wsock32"])
+ env.Append(LIBS = ["user32", "dnsapi", "ws2_32", "wsock32"])
env.Append(CCFLAGS = ["/EHsc", "/nologo"])
env["LINKCOM"] = [env["LINKCOM"], 'mt.exe -nologo -manifest ${TARGET}.manifest -outputresource:$TARGET;1']
env["SHLINKCOM"] = [env["SHLINKCOM"], 'mt.exe -nologo -manifest ${TARGET}.manifest -outputresource:$TARGET;2']