summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2018-04-29 14:21:31 +0200
committerPatric Stout <truebrain@openttd.org>2018-04-29 15:32:16 +0200
commitaef69443e766089b0d9ceaa2255959ee327396f0 (patch)
treeba28c681763b53d9ed543bd84c1b069da6744a1d /source.list
parent85adde74858161240860ed9e4bf67f9be838de45 (diff)
downloadopenttd-aef69443e766089b0d9ceaa2255959ee327396f0.tar.xz
Remove: WinCE support
Diffstat (limited to 'source.list')
-rw-r--r--source.list39
1 files changed, 13 insertions, 26 deletions
diff --git a/source.list b/source.list
index 2da8f96d4..96dc6e197 100644
--- a/source.list
+++ b/source.list
@@ -95,22 +95,19 @@ tilearea.cpp
townname.cpp
#if WIN32
#else
- #if WINCE
+ #if OS2
+ os/os2/os2.cpp
+ 3rdparty/os2/getaddrinfo.c
+ 3rdparty/os2/getaddrinfo.h
+ 3rdparty/os2/getnameinfo.c
+ 3rdparty/os2/getnameinfo.h
#else
- #if OS2
- os/os2/os2.cpp
- 3rdparty/os2/getaddrinfo.c
- 3rdparty/os2/getaddrinfo.h
- 3rdparty/os2/getnameinfo.c
- 3rdparty/os2/getnameinfo.h
+ #if OSX
+ os/macosx/crashlog_osx.cpp
#else
- #if OSX
- os/macosx/crashlog_osx.cpp
- #else
- os/unix/crashlog_unix.cpp
- #end
- os/unix/unix.cpp
+ os/unix/crashlog_unix.cpp
#end
+ os/unix/unix.cpp
#end
#end
vehicle.cpp
@@ -1088,9 +1085,6 @@ video/null_v.cpp
#if WIN32
video/win32_v.cpp
#end
-#if WINCE
- video/win32_v.cpp
-#end
#end
# Music
@@ -1109,14 +1103,11 @@ music/null_m.cpp
#if WIN32
music/win32_m.cpp
#else
- #if WINCE
+ #if DOS
#else
- #if DOS
+ #if MORPHOS
#else
- #if MORPHOS
- #else
- music/extmidi.cpp
- #end
+ music/extmidi.cpp
#end
#end
#end
@@ -1170,10 +1161,6 @@ sound/null_s.cpp
os/windows/ottdres.rc
os/windows/win32.cpp
#end
-#if WINCE
- os/windows/ottdres.rc
- os/windows/win32.cpp
-#end
# Threading
thread/thread.h