From 58f09e5d1bb8b73a9755b9b2325a0f36ee8fb81d Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 21 Feb 2012 04:42:43 +0000 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9E=9C=E7=89=A9=E3=81=AE=E5=90=8D?= =?UTF-8?q?=E5=89=8D=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@646 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/BuildSwitch.om | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/common/BuildSwitch.om b/trunk/ConsoleDataMigration/sources/common/BuildSwitch.om index 6791239..efc66fd 100644 --- a/trunk/ConsoleDataMigration/sources/common/BuildSwitch.om +++ b/trunk/ConsoleDataMigration/sources/common/BuildSwitch.om @@ -17,11 +17,11 @@ if $(defined TARGET_PROGRAM) if $(defined PROD_BUILD) CCFLAGS += -DUSE_PROD_KEY TARGET_NAME = $(TARGET_PROGRAM) - TARGET_PROGRAM = $(TARGET_PROGRAM)_prod_$(VERSION_MAJOR)_$(VERSION_MINOR)_$(VERSION_MICRO) + TARGET_PROGRAM = $(TARGET_PROGRAM)_prod_$(VERSION_MAJOR)-$(VERSION_MINOR)-$(VERSION_MICRO) export elseif $(defined UNFIXEDKEY_BUILD) TARGET_NAME = $(TARGET_PROGRAM) - TARGET_PROGRAM = $(TARGET_PROGRAM)_dev_$(VERSION_MAJOR)_$(VERSION_MINOR)_$(VERSION_MICRO) + TARGET_PROGRAM = $(TARGET_PROGRAM)_dev_$(VERSION_MAJOR)-$(VERSION_MINOR)-$(VERSION_MICRO) export else TARGET_NAME = $(TARGET_PROGRAM)