diff options
author | rubidium <rubidium@openttd.org> | 2008-11-25 19:27:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-11-25 19:27:30 +0000 |
commit | 614e724dd4c11fcd28ab4ab84d5202ec9a4dd8a4 (patch) | |
tree | 840d62ebbf359c9e0eed338c2d714fbd56092587 /projects | |
parent | c4cd912048b01927fbfbd08a1a43cec822cd5cc5 (diff) | |
download | openttd-614e724dd4c11fcd28ab4ab84d5202ec9a4dd8a4.tar.xz |
(svn r14629) -Fix: strgen/strgen.h missing from MSVC project files
-Fix: welsh missing from MSVC project files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/langs_vs80.vcproj | 15 | ||||
-rw-r--r-- | projects/langs_vs90.vcproj | 15 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index eadd5c9cf..de178f0c3 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -616,6 +616,21 @@ /> </FileConfiguration> </File> + <File + RelativePath="..\src\lang\welsh.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating welsh language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\welsh.lng" + /> + </FileConfiguration> + </File> </Files> <Globals> </Globals> diff --git a/projects/langs_vs90.vcproj b/projects/langs_vs90.vcproj index 0a98ba2c8..96c5160bd 100644 --- a/projects/langs_vs90.vcproj +++ b/projects/langs_vs90.vcproj @@ -617,6 +617,21 @@ /> </FileConfiguration> </File> + <File + RelativePath="..\src\lang\welsh.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating welsh language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\welsh.lng" + /> + </FileConfiguration> + </File> </Files> <Globals> </Globals> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c14d90fd6..14e40af4b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1452,6 +1452,10 @@ > </File> <File + RelativePath=".\..\src\strgen\strgen.h" + > + </File> + <File RelativePath=".\..\src\string_func.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a6a3eb322..af6498bd1 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1449,6 +1449,10 @@ > </File> <File + RelativePath=".\..\src\strgen\strgen.h" + > + </File> + <File RelativePath=".\..\src\string_func.h" > </File> |