diff options
-rw-r--r-- | projects/langs.vcproj | 13 | ||||
-rw-r--r-- | projects/langs_vs80.vcproj | 15 | ||||
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/projects/langs.vcproj b/projects/langs.vcproj index add665e78..2f2e23b2a 100644 --- a/projects/langs.vcproj +++ b/projects/langs.vcproj @@ -338,6 +338,19 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\piglatin.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating piglatin language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)" +" + AdditionalDependencies="" + Outputs="..\bin\lang\piglatin.lng"/> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\polish.txt"> <FileConfiguration Name="Debug|Win32"> diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 6e80741eb..dd5f75850 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -392,6 +392,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\piglatin.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating piglatin language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\piglatin.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\polish.txt" > <FileConfiguration diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 7116b9a63..76d8c475c 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -630,6 +630,9 @@ RelativePath=".\..\src\sprite.h"> </File> <File + RelativePath=".\..\src\spritecache.h"> + </File> + <File RelativePath=".\..\src\station.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e4f2cc487..397f3e6ed 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1068,6 +1068,10 @@ > </File> <File + RelativePath=".\..\src\spritecache.h" + > + </File> + <File RelativePath=".\..\src\station.h" > </File> diff --git a/source.list b/source.list index d25bedac3..f45e6ab09 100644 --- a/source.list +++ b/source.list @@ -177,6 +177,7 @@ signs.h slope.h sound.h sprite.h +spritecache.h station.h stdafx.h string.h |