From 72362835082157a88b9d03e3fa29547e7ab9e580 Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 3 Apr 2012 09:30:00 +0000 Subject: [PATCH] - Updated comment in Language Defines.h about the /p:TargetName parameter o With this parameter you can set the output file name git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5151 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Language Defines.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Language Defines.h b/Language Defines.h index c4b62d2e..e8640029 100644 --- a/Language Defines.h +++ b/Language Defines.h @@ -42,6 +42,9 @@ Note: If you want to build "Unfinished Business" version, just append the /p:JA2Config=JA2UB in the command line msbuild.exe /p:Configuration=Release /p:JA2Config=JA2UB ja2_VS2010.sln msbuild.exe /p:Configuration=Release /p:JA2LangPrefix=DE /p:JA2Language=GERMAN /p:JA2Config=JA2UB ja2_VS2010.sln + + Note2: You can also specify the target output name with the parameter /p:TargetName + msbuild.exe /p:Configuration=Release /p:JA2LangPrefix=DE /p:JA2Language=GERMAN /p:JA2Config=JA2UB /p:TargetName="JA2UB_113" ja2_VS2010.sln // -------------------------------------------------------- // 2. Editing the ja2.props file and then build in VS 2010