summaryrefslogtreecommitdiff
path: root/drivers/SCsub
diff options
context:
space:
mode:
authorBartłomiej T. Listwon <blistwon@gmail.com>2020-09-19 16:39:11 +0200
committerBartłomiej T. Listwon <blistwon@gmail.com>2020-09-27 18:03:51 +0200
commit317c2b194d2a44f67f3cf42e5bb088343acfe033 (patch)
treef9ec6c3bc62e38c29886cc70eca1140968c2e66b /drivers/SCsub
parent84cec777c14f5d6bc3fbed425906211044429380 (diff)
Add all headers to VS Project
Diffstat (limited to 'drivers/SCsub')
-rw-r--r--drivers/SCsub9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/SCsub b/drivers/SCsub
index c812057138..e2ac9ee01e 100644
--- a/drivers/SCsub
+++ b/drivers/SCsub
@@ -32,15 +32,6 @@ else:
SConscript("png/SCsub")
SConscript("spirv-reflect/SCsub")
-if env["vsproj"]:
- import os
-
- path = os.getcwd()
- # Change directory so the path resolves correctly in the function call.
- os.chdir("..")
- env.AddToVSProject(env.drivers_sources)
- os.chdir(path)
-
env.add_source_files(env.drivers_sources, "*.cpp")
lib = env.add_library("drivers", env.drivers_sources)