(svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user