summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2024-11-12 20:27:33 +0200
committerYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2024-11-12 21:26:12 +0200
commit216488ad9b717268d3c9cda1e410637b49b1e4ba (patch)
tree1a5519316d108308e43e396871b9654575465603 /SConstruct
parentcb411fa960f0b7fdbd97dcdb4c90f9346360ee0e (diff)
downloadredot-engine-216488ad9b717268d3c9cda1e410637b49b1e4ba.tar.gz
Delete old unused code for VS project generation
Also ensured that sorting of files for hashing actually happens Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index ee34d421e0..179c92a148 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1055,10 +1055,6 @@ if scons_cache_path is not None:
CacheDir(scons_cache_path)
print("Scons cache enabled... (path: '" + scons_cache_path + "')")
-if env["vsproj"]:
- env.vs_incs = []
- env.vs_srcs = []
-
if env["compiledb"]:
if env.scons_version < (4, 0, 0):
# Generating the compilation DB (`compile_commands.json`) requires SCons 4.0.0 or later.