(svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp

This commit is contained in:
truelight
2007-01-10 19:13:33 +00:00
parent 72acc8fc65
commit bab05c52f8
2 changed files with 6 additions and 1 deletions

View File

@@ -71,7 +71,11 @@ thread.cpp
tile.cpp
#if WIN32
#else
unix.cpp
#if OS2
os2.cpp
#else
unix.cpp
#end
#end
vehicle.cpp
viewport.cpp