summaryrefslogtreecommitdiffstats
path: root/tools/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/windows.py')
-rw-r--r--tools/windows.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/windows.py b/tools/windows.py
index d5a729c..a263241 100644
--- a/tools/windows.py
+++ b/tools/windows.py
@@ -1,7 +1,6 @@
import sys
-
import my_spawn
-
+import common_compiler_flags
from SCons.Tool import msvc, mingw
from SCons.Variables import *
@@ -90,3 +89,5 @@ def generate(env):
)
env.Append(CPPDEFINES=["WINDOWS_ENABLED"])
+
+ common_compiler_flags.generate(env)