mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Correct output file names for Visual Studio project generation
This commit is contained in:
parent
85ef0a1058
commit
d71b76e28f
@ -705,7 +705,7 @@ def generate_vs_project(env, num_jobs):
|
|||||||
# required for Visual Studio to understand that it needs to generate an NMAKE
|
# required for Visual Studio to understand that it needs to generate an NMAKE
|
||||||
# project. Do not modify without knowing what you are doing.
|
# project. Do not modify without knowing what you are doing.
|
||||||
PLATFORMS = ["Win32", "x64"]
|
PLATFORMS = ["Win32", "x64"]
|
||||||
PLATFORM_IDS = ["32", "64"]
|
PLATFORM_IDS = ["x86_32", "x86_64"]
|
||||||
CONFIGURATIONS = ["debug", "release", "release_debug"]
|
CONFIGURATIONS = ["debug", "release", "release_debug"]
|
||||||
CONFIGURATION_IDS = ["tools", "opt", "opt.tools"]
|
CONFIGURATION_IDS = ["tools", "opt", "opt.tools"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user