diff options
-rw-r--r-- | langs.dsp | 11 | ||||
-rw-r--r-- | langs.vcproj | 11 |
2 files changed, 22 insertions, 0 deletions
@@ -183,6 +183,17 @@ InputPath=.\lang\italian.txt # End Source File
# Begin Source File
+SOURCE=.\lang\latvian.txt
+# Begin Custom Build
+InputPath=.\lang\latvian.txt
+
+"lang\latvian.lng" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ strgen\debug\strgen.exe lang\latvian.txt
+
+# End Custom Build
+# End Source File
+# Begin Source File
+
SOURCE=.\lang\norwegian.txt
# Begin Custom Build
InputPath=.\lang\norwegian.txt
diff --git a/langs.vcproj b/langs.vcproj index bde2591bc..a147ffa12 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -194,6 +194,17 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\lang\latvian.txt">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating latvian language file"
+ CommandLine="strgen\debug\strgen.exe "$(InputPath)""
+ Outputs="lang\latvian.lng"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\lang\norwegian.txt">
<FileConfiguration
Name="Debug|Win32">
|