summaryrefslogtreecommitdiff
path: root/projects/openttd_vs90.vcproj
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 /projects/openttd_vs90.vcproj
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 'projects/openttd_vs90.vcproj')
-rw-r--r--projects/openttd_vs90.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index c724e0e54..bd17b422d 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -3445,11 +3445,11 @@
Name="Music"
>
<File
- RelativePath=".\..\src\music\null_m.cpp"
+ RelativePath=".\..\src\music\dmusic.cpp"
>
</File>
<File
- RelativePath=".\..\src\music\dmusic.cpp"
+ RelativePath=".\..\src\music\null_m.cpp"
>
</File>
<File