summaryrefslogtreecommitdiff
path: root/projects/strgen.vcproj
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-03-10 00:25:54 +0000
committerDarkvater <darkvater@openttd.org>2007-03-10 00:25:54 +0000
commit53f48bbd4db3f8f1ecdc4fdf0640ef29732c692c (patch)
tree36c5e69f3962af84ce5e9e22c7f449fc0b2ed7ce /projects/strgen.vcproj
parent933c40667868c4a57fc16e96f2cc7b2f1508a329 (diff)
downloadopenttd-53f48bbd4db3f8f1ecdc4fdf0640ef29732c692c.tar.xz
(svn r9082) -Codechange: [win32] Update VS2003 and VS2005 project files to use the same outpath, and build in UNICODE mode. When making a release it is probably better to make two binaries, one without UNICODE, the other with, guaranteeing full Win9x compatibility (UNICODE with MSLU also works, without it's even better).
-Remove: [os/2] Relic project file remains from watcom
Diffstat (limited to 'projects/strgen.vcproj')
-rw-r--r--projects/strgen.vcproj12
1 files changed, 3 insertions, 9 deletions
diff --git a/projects/strgen.vcproj b/projects/strgen.vcproj
index f1ce55a0a..ec0407af0 100644
--- a/projects/strgen.vcproj
+++ b/projects/strgen.vcproj
@@ -31,7 +31,7 @@
AssemblerOutput="2"
AssemblerListingLocation="$(IntDir)"
ObjectFile="$(IntDir)"
- ProgramDataBaseFileName="$(IntDir)"
+ ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
WarningLevel="3"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
@@ -40,11 +40,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)\strgen.exe"
+ OutputFile="$(IntDir)\strgen.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)\strgen.pdb"
+ ProgramDatabaseFile="$(IntDir)\strgen.pdb"
SubSystem="1"
TargetMachine="1"/>
<Tool
@@ -84,12 +84,6 @@
</File>
<File
RelativePath="..\src\string.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
</File>
</Filter>
<File