summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-10 19:13:33 +0000
committertruelight <truelight@openttd.org>2007-01-10 19:13:33 +0000
commitbab05c52f8199862869930b464a285da21201292 (patch)
tree57801d0bbbf31ed89a5a965231a62427d61f5b2b /source.list
parent72acc8fc658b50962171c5627756956ecf02429b (diff)
downloadopenttd-bab05c52f8199862869930b464a285da21201292.tar.xz
(svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp
Diffstat (limited to 'source.list')
-rw-r--r--source.list6
1 files changed, 5 insertions, 1 deletions
diff --git a/source.list b/source.list
index db35bd4e0..ec563a857 100644
--- a/source.list
+++ b/source.list
@@ -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