diff options
author | yexo <yexo@openttd.org> | 2009-03-29 11:03:15 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-29 11:03:15 +0000 |
commit | 9eff54febeeef8c50adaea0514eae1072ef515f1 (patch) | |
tree | 04173c89d67f706d750a69bd543c8e8c3bc00dc9 /projects | |
parent | a4139d56931a25e5e44e29a9f671958057f701bf (diff) | |
download | openttd-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')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 57aecf0c3..89708db60 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3448,11 +3448,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 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 |