# HG changeset patch
# User truelight
# Date 1169408438 0
# Node ID 596b7176dc7f60e63422b3379d91b7d949393ff7
# Parent c22412126cea55b09632f1986499c30d9f7dd99b
(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)
diff -r c22412126cea -r 596b7176dc7f projects/generate
--- a/projects/generate Sun Jan 21 19:31:29 2007 +0000
+++ b/projects/generate Sun Jan 21 19:40:38 2007 +0000
@@ -58,6 +58,7 @@
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; }
diff -r c22412126cea -r 596b7176dc7f projects/langs.vcproj
--- a/projects/langs.vcproj Sun Jan 21 19:31:29 2007 +0000
+++ b/projects/langs.vcproj Sun Jan 21 19:40:38 2007 +0000
@@ -417,6 +417,20 @@
+
+
+
+
+
+
+
+
+
+