(svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list

-Fix: MSVC doesn't order files itself, so put win32.cpp in the right place ourself
-Update: update the MSVC projects files for r8324 (MiHaMiX)
This commit is contained in:
truelight
2007-01-21 19:40:38 +00:00
parent 34de6db60d
commit dfd951c34c
4 changed files with 32 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ load_main_data() {
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
if ($0 == "WIN32" && "'$os'" != "MINGW" &&
"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
if ($0 == "WINCE" && "'$os'" != "WINCE") { next; }
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }