diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-11-24 19:24:36 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-11-24 19:24:36 (GMT) |
| commit | adc92c14ef621d8106796e63f499ec88eb3fe28e (patch) | |
| tree | 5928678592b9ba049d99782f74a89dc8ebbb2832 /SConstruct | |
| parent | 70de00c6cb3ecf5feccf5c2590595400cf501e57 (diff) | |
| download | swift-adc92c14ef621d8106796e63f499ec88eb3fe28e.zip swift-adc92c14ef621d8106796e63f499ec88eb3fe28e.tar.bz2 | |
Added Windows idle querier.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,13 +86,13 @@ if env["warnings"] : if env.get("coverage", 0) : assert(env["PLATFORM"] != "win32") env.Append(CCFLAGS = ["-fprofile-arcs", "-ftest-coverage"]) 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'] if env["PLATFORM"] == "darwin" : env.Append(FRAMEWORKS = ["IOKit", "AppKit"]) |
Swift