Rename WinRT files to UWP
This commit is contained in:
parent
69932149bb
commit
fb5a73a39f
22 changed files with 31 additions and 31 deletions
|
|
@ -55,8 +55,8 @@ if (env['builtin_freetype'] != 'no'):
|
|||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
# Include header for WinRT to fix build issues
|
||||
if "platform" in env and env["platform"] == "winrt":
|
||||
env.Append(CCFLAGS=['/FI', '"modules/freetype/winrtdef.h"'])
|
||||
if "platform" in env and env["platform"] == "uwp":
|
||||
env.Append(CCFLAGS=['/FI', '"modules/freetype/uwpdef.h"'])
|
||||
|
||||
env.Append(CPPPATH=[thirdparty_dir, thirdparty_dir + "/include"])
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*************************************************************************/
|
||||
/* winrtdef.h */
|
||||
/* uwpdef.h */
|
||||
/*************************************************************************/
|
||||
/* This file is part of: */
|
||||
/* GODOT ENGINE */
|
||||
Loading…
Add table
Add a link
Reference in a new issue