summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-03 21:56:29 +0000
committerrubidium <rubidium@openttd.org>2009-09-03 21:56:29 +0000
commitb92143b53e0536a60e67e18c39fa2429daca2e33 (patch)
tree34172eb69ec59ba69fe3a26f104121fdb1f54fae /source.list
parent88bb0e1b7b7eff80614cd3e9273a96bea26c92e9 (diff)
downloadopenttd-b92143b53e0536a60e67e18c39fa2429daca2e33.tar.xz
(svn r17409) -Codechange: split the crash log and other windows 'glue' code
Diffstat (limited to 'source.list')
-rw-r--r--source.list21
1 files changed, 11 insertions, 10 deletions
diff --git a/source.list b/source.list
index 3dafee29f..87b1ff0f3 100644
--- a/source.list
+++ b/source.list
@@ -48,12 +48,6 @@ network/network_udp.cpp
npf.cpp
openttd.cpp
os_timer.cpp
-#if WIN32
- os/windows/ottdres.rc
-#end
-#if WINCE
- os/windows/ottdres.rc
-#end
pathfind.cpp
pbs.cpp
queue.cpp
@@ -80,7 +74,6 @@ tile_map.cpp
#if WIN32
#else
#if WINCE
- os/windows/win32.cpp
#else
#if OS2
os/os2/os2.cpp
@@ -94,9 +87,6 @@ vehiclelist.cpp
viewport.cpp
waypoint.cpp
widget.cpp
-#if WIN32
- os/windows/win32.cpp
-#end
window.cpp
# Header Files
@@ -923,6 +913,17 @@ sound/null_s.cpp
#end
#end
+# Windows files
+#if WIN32
+ os/windows/crashlog_win.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
#if HAVE_THREAD