summaryrefslogtreecommitdiff
path: root/projects/openttd_vs90.vcproj
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:55:56 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:55:56 +0000
commitc99950c21537f9c890e4eac6d077c0ec6f31b7aa (patch)
treec130b8aa9cf12c7c3a1c9ef014bb35df3f53035f /projects/openttd_vs90.vcproj
parentb4f832f29f44dcd48e8f0806d47ce78b1963d639 (diff)
downloadopenttd-c99950c21537f9c890e4eac6d077c0ec6f31b7aa.tar.xz
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
Diffstat (limited to 'projects/openttd_vs90.vcproj')
-rw-r--r--projects/openttd_vs90.vcproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index f253d4c96..c8a529f55 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2980,10 +2980,26 @@
>
</File>
<File
+ RelativePath=".\..\src\game\game_config.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_config.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\game\game_core.cpp"
>
</File>
<File
+ RelativePath=".\..\src\game\game_info.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_info.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\game\game_instance.cpp"
>
</File>
@@ -2991,6 +3007,14 @@
RelativePath=".\..\src\game\game_instance.hpp"
>
</File>
+ <File
+ RelativePath=".\..\src\game\game_scanner.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_scanner.hpp"
+ >
+ </File>
</Filter>
<Filter
Name="Script API"