summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2006-11-30 16:03:12 +0000
committerKUDr <kudr@openttd.org>2006-11-30 16:03:12 +0000
commit1235172cc7392325a0f14c2e5d9ab08fadf9fb8c (patch)
treed0b937c0d86acf0c61f997be2286c510c5fbf5d4 /openttd.vcproj
parent3e6f89ca7e76c078af713b41cfdece5470b9983c (diff)
downloadopenttd-1235172cc7392325a0f14c2e5d9ab08fadf9fb8c.tar.xz
(svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
- using one engine list instead of 3 - removed engine filters (loco, wagons, helicopters, etc.) - EngineList code isolated from GUI (moved to helpers.cpp - reusing CBlobT code which does exactly what is needed for EngineList) - removed unnecessary "optimization" (rebuild and sort engine list on each WE_PAINT)
Diffstat (limited to 'openttd.vcproj')
-rw-r--r--openttd.vcproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index 5660ba8f7..efd472311 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -250,6 +250,21 @@
RelativePath=".\heightmap.c">
</File>
<File
+ RelativePath=".\helpers.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\landscape.c">
</File>
<File