forked from mirror/OpenTTD
(svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list
-Fix: MSVC doesn't order files itself, so put win32.cpp in the right place ourself -Update: update the MSVC projects files for r8324 (MiHaMiX)
This commit is contained in:
@@ -74,7 +74,6 @@ tgp.cpp
|
||||
thread.cpp
|
||||
tile.cpp
|
||||
#if WIN32
|
||||
win32.cpp
|
||||
#else
|
||||
#if WINCE
|
||||
win32.cpp
|
||||
@@ -90,6 +89,9 @@ vehicle.cpp
|
||||
viewport.cpp
|
||||
waypoint.cpp
|
||||
widget.cpp
|
||||
#if WIN32
|
||||
win32.cpp
|
||||
#end
|
||||
window.cpp
|
||||
|
||||
# Header Files
|
||||
|
Reference in New Issue
Block a user