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
commit45b662c679e0f443883e2408b9db4614e95fc3e4 (patch)
treeab1bb7c1c7ecfeeb3a40dd287883ea4f5cb70489 /projects/langs_vs80.vcproj.in
parent9907e496b1ec010570afc54fdd596406cac043bb (diff)
downloadopenttd-45b662c679e0f443883e2408b9db4614e95fc3e4.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>