Fix scons+cl build

This commit is contained in:
2017-09-16 13:12:36 -04:00
parent 437b7127d8
commit 39f11dddb5
3 changed files with 22 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ env.Install(path.join(data_dir, "graphics"), Glob("graphics/*.png"))
env.Install(path.join(data_dir, "sounds"), Glob("sounds/*.WAV"))
env.Install(path.join(data_dir, "strings"), Glob("strings/*.txt"))
env.Install(path.join(data_dir, "shaders"), Glob("#src/tools/mask.*"))
env.Install(path.join(data_dir, "shaders"), Glob("#src/gfx/mask.*"))
# Scenarios