Changeset - r11521:dafe8f6c2e9b
[Not reviewed]
master
0 3 0
yexo - 15 years ago 2009-03-29 11:03:15
yexo@openttd.org
(svn r15887) -Fix: Reorder dmusic.cpp / null_m.cpp in source.list so msvc doesn't reorder them in the generated project files.
3 files changed with 12 insertions and 9 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -3448,14 +3448,14 @@
 
			Name="Music"
 
			>
 
			<File
 
				RelativePath=".\..\src\music\dmusic.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\music\null_m.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\music\dmusic.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\music\win32_m.cpp"
 
				>
 
			</File>
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -3445,14 +3445,14 @@
 
			Name="Music"
 
			>
 
			<File
 
				RelativePath=".\..\src\music\dmusic.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\music\null_m.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\music\dmusic.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\music\win32_m.cpp"
 
				>
 
			</File>
source.list
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)