aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-06-26 08:39:37 +0200
committerSven Gothel <[email protected]>2019-06-26 08:39:37 +0200
commit9a12ff413a216b7d591950e9d5fc9a261786bc00 (patch)
treedd0715ee83cab5564abd01188723586371cad157 /make/build-newt.xml
parent019a6fe3c2f5efe550d41f7262b8010d3cfa0aa0 (diff)
NEWT: Align native MacOS / IOS file- and classnames
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 6c2defaca..1f10e6746 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -679,8 +679,8 @@
<include name="${rootrel.src.c}/WindowsWindow.c" if="isWindows"/>
<include name="${rootrel.src.c}/WindowsEDID.c" if="isWindows"/>
<include name="${rootrel.src.c}/MacWindow.m" if="isOSX"/>
- <include name="${rootrel.src.c}/NewtMacWindow.m" if="isOSX"/>
- <include name="${rootrel.src.c}/IOSUIWindow.m" if="isIOS"/>
+ <include name="${rootrel.src.c}/MacNewtNSWindow.m" if="isOSX"/>
+ <include name="${rootrel.src.c}/IOSWindow.m" if="isIOS"/>
<include name="${rootrel.src.c}/IOSNewtUIWindow.m" if="isIOS"/>
<include name="${rootrel.src.c}/AndroidWindow.c" if="isAndroid"/>
<include name="${rootrel.src.c}/X11Display.c" if="isX11"/>