mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Rename WINRT_ENABLED to UWP_ENABLED
This commit is contained in:
parent
fb5a73a39f
commit
b113c7b7a3
17 changed files with 30 additions and 30 deletions
|
@ -139,7 +139,7 @@ def configure(env):
|
|||
env["OBJSUFFIX"] = "." + arch + env["OBJSUFFIX"]
|
||||
env["LIBSUFFIX"] = "." + arch + env["LIBSUFFIX"]
|
||||
|
||||
env.Append(CCFLAGS=['/DWINRT_ENABLED'])
|
||||
env.Append(CCFLAGS=['/DUWP_ENABLED'])
|
||||
env.Append(CCFLAGS=['/DWINDOWS_ENABLED'])
|
||||
env.Append(CCFLAGS=['/DTYPED_METHOD_BIND'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue