summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-09-11 17:55:32 +0000
committerDarkvater <darkvater@openttd.org>2005-09-11 17:55:32 +0000
commit802edd7f0d322cb6a684144610a5cb378c90f0e8 (patch)
tree0d945c9267d19e42cb2402f3f484a4b015d4e364 /strgen
parentaa08027ab3f739aa476536f122a7107109896ecd (diff)
downloadopenttd-802edd7f0d322cb6a684144610a5cb378c90f0e8.tar.xz
(svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Remove release build of strgen, since it is never used. Add current ottd version to resource file. Don't forget to update when we make a release :)
Diffstat (limited to 'strgen')
-rw-r--r--strgen/strgen.vcproj60
1 files changed, 0 insertions, 60 deletions
diff --git a/strgen/strgen.vcproj b/strgen/strgen.vcproj
index 4624604ed..f01e71168 100644
--- a/strgen/strgen.vcproj
+++ b/strgen/strgen.vcproj
@@ -11,66 +11,6 @@
</Platforms>
<Configurations>
<Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- StructMemberAlignment="3"
- EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile=".\Release/strgen.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CallingConvention="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\Release/strgen.exe"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- ProgramDatabaseFile=".\Release/strgen.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/strgen.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1053"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"