(svn r17409) -Codechange: split the crash log and other windows 'glue' code

This commit is contained in:
rubidium
2009-09-03 21:56:29 +00:00
parent 88bb0e1b7b
commit b92143b53e
5 changed files with 545 additions and 518 deletions

View File

@@ -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