summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-06-16 00:28:15 +0000
committerDarkvater <darkvater@openttd.org>2006-06-16 00:28:15 +0000
commit54be2e503db89950590cc769eee2d053d8b076e0 (patch)
treea5bede17d11ee3034df634586835800044284a93 /strgen
parent49135bf6e8997fc8e69712794ecba5d01b9258c9 (diff)
downloadopenttd-54be2e503db89950590cc769eee2d053d8b076e0.tar.xz
(svn r5286) - Clean up VS2005 project files by making them identical to the VS2003 project file. Mainly put object files into a subdirectory of the project directory instead of a level higher which makes absolutely no sense. Also add some ignores, remove obsolete VS6 project files.
Diffstat (limited to 'strgen')
-rw-r--r--strgen/strgen_vs80.vcproj19
1 files changed, 9 insertions, 10 deletions
diff --git a/strgen/strgen_vs80.vcproj b/strgen/strgen_vs80.vcproj
index d256297c4..2414589b9 100644
--- a/strgen/strgen_vs80.vcproj
+++ b/strgen/strgen_vs80.vcproj
@@ -3,8 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="strgen"
- ProjectGUID="{DFCBA918-FCBD-43E1-B9E6-517EA39F9042}"
- RootNamespace="strgen_vs80"
+ ProjectGUID="{A133A442-BD0A-4ADE-B117-AD7545E4BDD1}"
>
<Platforms>
<Platform
@@ -16,8 +15,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="..\..\Debug"
- IntermediateDirectory="..\..\Debug"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -47,10 +46,10 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- PrecompiledHeaderFile="..\..\Debug/strgen.pch"
- AssemblerListingLocation="..\..\Debug/"
- ObjectFile="..\..\Debug/"
- ProgramDataBaseFileName="..\..\Debug/"
+ PrecompiledHeaderFile=".\Debug/strgen.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
WarnAsError="true"
SuppressStartupBanner="true"
@@ -69,11 +68,11 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="Debug/strgen.exe"
+ OutputFile=".\Debug/strgen.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\Debug/strgen.pdb"
+ ProgramDatabaseFile=".\Debug/strgen.pdb"
SubSystem="1"
TargetMachine="1"
/>