diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-13 08:34:13 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-13 08:34:13 -0600 |
commit | 49023c0f7dee952e4e8fab59950eac724bc916a5 (patch) | |
tree | ecc3c24f927a985634fdeb069f8595520d6249da /SConstruct | |
parent | 8fd98b69d242d0d269607642645cf073e70cfabe (diff) | |
parent | 216488ad9b717268d3c9cda1e410637b49b1e4ba (diff) | |
download | redot-engine-49023c0f7dee952e4e8fab59950eac724bc916a5.tar.gz |
Merge pull request #99138 from dustdfg/remove_old_vs_proj_code
Delete old unused code for VS project generation
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct index 3a01a3f41e..2ab9c1b580 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"]: env.Tool("compilation_db") env.Alias("compiledb", env.CompilationDatabase()) |