scons: Get working on Windows with MSVC

This commit is contained in:
2015-09-13 00:15:28 -04:00
parent 09b117776a
commit 853c270146
7 changed files with 116 additions and 54 deletions

View File

@@ -22,7 +22,7 @@ if str(platform) == "darwin":
qdpict.cpp
winutil.mac.mm
"""))
elif str(platform) == "windows":
elif str(platform) == "win32":
tools.extend(Split("""
cursors.win.cpp
menu_accel.win.cpp