summaryrefslogtreecommitdiff
path: root/projects/langs_vs80.vcproj.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-21 17:59:34 +0000
committerrubidium <rubidium@openttd.org>2007-02-21 17:59:34 +0000
commitb563bc2c40764ea9bde1204e6ac0f9e0db2f222a (patch)
treeab1bb7c1c7ecfeeb3a40dd287883ea4f5cb70489 /projects/langs_vs80.vcproj.in
parent7734c3d295ced54277e1fa886bae23520e788939 (diff)
downloadopenttd-b563bc2c40764ea9bde1204e6ac0f9e0db2f222a.tar.xz
(svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005.
For some reason the internal formatting of the XML between MSVC2003 and MSVC2005 differs, so adding a file in MSVC2005 would result in basically adding the entire openttd_vs80.vcproj to the diff.
Diffstat (limited to 'projects/langs_vs80.vcproj.in')
-rw-r--r--projects/langs_vs80.vcproj.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/projects/langs_vs80.vcproj.in b/projects/langs_vs80.vcproj.in
index 8cbc5467a..4bace433a 100644
--- a/projects/langs_vs80.vcproj.in
+++ b/projects/langs_vs80.vcproj.in
@@ -25,6 +25,11 @@
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
+ Name="VCPreBuildEventTool"
+ Description="Generating strings.h"
+ CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\objs\langs\table"
+ />
+ <Tool
Name="VCCustomBuildTool"
/>
<Tool
@@ -35,11 +40,6 @@
<Tool
Name="VCPostBuildEventTool"
/>
- <Tool
- Name="VCPreBuildEventTool"
- Description="Generating strings.h"
- CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\objs\langs\table"
- />
</Configuration>
</Configurations>
<References>