summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-21 14:14:27 +0000
committertruelight <truelight@openttd.org>2007-01-21 14:14:27 +0000
commit805246015f32d9ecd601c9d6d17513f53ebeab44 (patch)
tree224ce7e56342b84c5d036a12ac6b6795779a566c /source.list
parent4241f1eb201c501533b865f41076b3623faa8abc (diff)
downloadopenttd-805246015f32d9ecd601c9d6d17513f53ebeab44.tar.xz
(svn r8304) [WinCE] -Add: added configure detection for WinCE.
Compiling doesn't work, neither does running, but it is a first step in developing an official WinCE port
Diffstat (limited to 'source.list')
-rw-r--r--source.list25
1 files changed, 18 insertions, 7 deletions
diff --git a/source.list b/source.list
index 3ee141f45..a8ac13a5b 100644
--- a/source.list
+++ b/source.list
@@ -50,6 +50,9 @@ os_timer.cpp
#if WIN32
ottdres.rc
#end
+#if WINCE
+ ottdres.rc
+#end
pathfind.cpp
players.cpp
queue.cpp
@@ -71,20 +74,22 @@ tgp.cpp
thread.cpp
tile.cpp
#if WIN32
+ win32.cpp
#else
- #if OS2
- os2.cpp
+ #if WINCE
+ win32.cpp
#else
- unix.cpp
+ #if OS2
+ os2.cpp
+ #else
+ unix.cpp
+ #end
#end
#end
vehicle.cpp
viewport.cpp
waypoint.cpp
widget.cpp
-#if WIN32
- win32.cpp
-#end
window.cpp
# Header Files
@@ -342,6 +347,9 @@ video/null_v.cpp
#if WIN32
video/win32_v.cpp
#end
+#if WINCE
+ video/win32_v.cpp
+#end
# Music
#if DIRECTMUSIC
@@ -351,7 +359,10 @@ music/null_m.cpp
#if WIN32
music/win32_m.cpp
#else
- music/extmidi.cpp
+ #if WINCE
+ #else
+ music/extmidi.cpp
+ #end
#end
#if BEOS
music/bemidi.cpp