diff projects/generate @ 14529:73c4918ae53a draft

(svn r19100) -Fix: [MSVC] don't stop building language files if building one language file fails
author yexo <yexo@openttd.org>
date Fri, 12 Feb 2010 00:45:44 +0000 (2010-02-12)
parents 38952764f91f
children 0b38c1a85bcf
line wrap: on
line diff
--- a/projects/generate
+++ b/projects/generate
@@ -161,7 +161,7 @@
 				<Tool
 					Name=\"VCCustomBuildTool\"
 					Description=\"Generating "$i" language file\"
-					CommandLine=\"..\\objs\\strgen\\strgen.exe -s ..\\src\\lang -d ..\\bin\\lang &quot;\$(InputPath)&quot;&#x0D;&#x0A;\"
+					CommandLine=\"..\\objs\\strgen\\strgen.exe -s ..\\src\\lang -d ..\\bin\\lang &quot;\$(InputPath)&quot;&#x0D;&#x0A;exit 0\"
 					AdditionalDependencies=\"..\\src\\lang\\english.txt\"
 					Outputs=\"..\\bin\\lang\\"$i".lng\"
 				/>