Rename WinRT files to UWP

This commit is contained in:
George Marques 2016-11-02 18:26:42 -02:00
parent 69932149bb
commit fb5a73a39f
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
22 changed files with 31 additions and 31 deletions

View file

@ -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"])

View file

@ -1,5 +1,5 @@
/*************************************************************************/
/* winrtdef.h */
/* uwpdef.h */
/*************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */