This commit is contained in:
Wanne
2006-09-01 11:43:29 +00:00
parent 1f084ac8ba
commit 732a5e497a
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -23,12 +23,12 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" };
#else
//RELEASE BUILD VERSION
INT16 zVersionLabel[256] = { L"Release v1.13.493" };
INT16 zVersionLabel[256] = { L"Release v1.13.502" };
#endif
INT8 czVersionNumber[16] = { "Build 06.08.29" };
INT8 czVersionNumber[16] = { "Build 06.09.01" };
INT16 zTrackingNumber[16] = { L"Z" };
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -43,7 +43,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libexpatMT.lib mss32.lib winmm.lib smackw32.lib fmodvc.lib"
OutputFile="C:\Games\Jagged Alliance 2 v1.13\ja2_debug_v1.13.382_2006_07_31.exe"
OutputFile="C:\Games\Jagged Alliance 2 v1.13\ja2_debug_v1.13.502_2006_09_01.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=".\..\..\Standard Gaming Platform\"
@@ -546,7 +546,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libexpatMT.lib winmm.lib smackw32.lib mss32.lib fmodvc.lib"
OutputFile="C:\Games\Jagged Alliance 2 v1.13\ja2_release_v1.13.382_2006_07_31.exe"
OutputFile="C:\Games\Jagged Alliance 2 v1.13\ja2_release_v1.13.502_2006_09_01.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=".\..\..\Standard Gaming Platform\"
+1
View File
@@ -17,6 +17,7 @@ typedef PARSE_STAGE;
#define TABLEDATA_DIRECTORY "TableData\\"
// WANNE: Removed the prefix, because it does not work correct.
#define GERMAN_PREFIX "German."
#define RUSSIAN_PREFIX "Russian."