summaryrefslogtreecommitdiff
path: root/projects/strgen_vs80.vcproj
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/strgen_vs80.vcproj
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/strgen_vs80.vcproj')
-rw-r--r--projects/strgen_vs80.vcproj11
1 files changed, 6 insertions, 5 deletions
diff --git a/projects/strgen_vs80.vcproj b/projects/strgen_vs80.vcproj
index f55b810e7..caefd8507 100644
--- a/projects/strgen_vs80.vcproj
+++ b/projects/strgen_vs80.vcproj
@@ -44,7 +44,6 @@
<Tool
Name="VCCLCompilerTool"
Optimization="1"
- GlobalOptimizations="TRUE"
FavorSizeOrSpeed="2"
PreprocessorDefinitions="STRGEN;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="0"
@@ -121,12 +120,14 @@
RelativePath="..\src\string.cpp"
>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ />
+ </FileConfiguration>
+ </File>
</Filter>
<File
RelativePath="..\src\macros.h"