Merge pull request #99138 from dustdfg/remove_old_vs_proj_code

Delete old unused code for VS project generation
This commit is contained in:
Thaddeus Crews
2024-11-13 08:34:13 -06:00
3 changed files with 1 additions and 34 deletions

View File

@ -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())