diff options
-rw-r--r-- | projects/langs_vs80.vcproj | 15 | ||||
-rw-r--r-- | projects/langs_vs90.vcproj | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 5f7c4295f..c1d5f755c 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -437,6 +437,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\luxembourgish.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating luxembourgish language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\luxembourgish.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\norwegian_bokmal.txt" > <FileConfiguration diff --git a/projects/langs_vs90.vcproj b/projects/langs_vs90.vcproj index 9dff4c271..540b1c5dc 100644 --- a/projects/langs_vs90.vcproj +++ b/projects/langs_vs90.vcproj @@ -438,6 +438,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\luxembourgish.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating luxembourgish language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\luxembourgish.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\norwegian_bokmal.txt" > <FileConfiguration |