diff options
author | truebrain <truebrain@openttd.org> | 2011-12-19 21:05:46 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-19 21:05:46 +0000 |
commit | 2ae87e72131a8e88327dbb0b5b286accddafe05d (patch) | |
tree | ec755c0d0c31cbcb470d0df2625db8614efca6b2 /projects/openttd_vs80.vcproj | |
parent | 9b6b2cabc187f3cb72a53d396418ab1b9ebd2933 (diff) | |
download | openttd-2ae87e72131a8e88327dbb0b5b286accddafe05d.tar.xz |
(svn r23634) -Add: support language files for GameScript (Rubidium)
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 0473d53ff..7f09ce3a2 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -703,6 +703,10 @@ > </File> <File + RelativePath=".\..\src\strgen\strgen_base.cpp" + > + </File> + <File RelativePath=".\..\src\string.cpp" > </File> @@ -1515,6 +1519,10 @@ > </File> <File + RelativePath=".\..\src\strgen\strgen.h" + > + </File> + <File RelativePath=".\..\src\string_func.h" > </File> @@ -3054,6 +3062,14 @@ RelativePath=".\..\src\game\game_scanner.hpp" > </File> + <File + RelativePath=".\..\src\game\game_text.cpp" + > + </File> + <File + RelativePath=".\..\src\game\game_text.hpp" + > + </File> </Filter> <Filter Name="Script API" |