summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-29 11:03:15 +0000
committeryexo <yexo@openttd.org>2009-03-29 11:03:15 +0000
commit9eff54febeeef8c50adaea0514eae1072ef515f1 (patch)
tree04173c89d67f706d750a69bd543c8e8c3bc00dc9 /source.list
parenta4139d56931a25e5e44e29a9f671958057f701bf (diff)
downloadopenttd-9eff54febeeef8c50adaea0514eae1072ef515f1.tar.xz
(svn r15887) -Fix: Reorder dmusic.cpp / null_m.cpp in source.list so msvc doesn't reorder them in the generated project files.
Diffstat (limited to 'source.list')
-rw-r--r--source.list5
1 files changed, 4 insertions, 1 deletions
diff --git a/source.list b/source.list
index 8dde15af0..452a2c3e8 100644
--- a/source.list
+++ b/source.list
@@ -846,7 +846,6 @@ video/null_v.cpp
#end
# Music
-music/null_m.cpp
#if DEDICATED
#else
#if ALLEGRO
@@ -855,6 +854,10 @@ music/null_m.cpp
#if DIRECTMUSIC
music/dmusic.cpp
#end
+#end
+music/null_m.cpp
+#if DEDICATED
+#else
#if WIN32
music/win32_m.cpp
#else