From 9f03013f397e58f59270ca185ddfd99c20415a6d Mon Sep 17 00:00:00 2001 From: micio Date: Wed, 26 Jan 2011 17:37:50 +0000 Subject: [PATCH] Bazaar/ProtectTest : added custom build step for Windows git-svn-id: svn://ultimatepp.org/upp/trunk@3109 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/ProtectTest/ProtectTest.upp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bazaar/ProtectTest/ProtectTest.upp b/bazaar/ProtectTest/ProtectTest.upp index 02d7fd615..af1ce034f 100644 --- a/bazaar/ProtectTest/ProtectTest.upp +++ b/bazaar/ProtectTest/ProtectTest.upp @@ -11,8 +11,13 @@ mainconfig "" = "GUI", "" = "GUI PROTECT"; -custom(PROTECT) "post-link", +custom(POSIX PROTECT) "post-link", "/home/massimo/sources/upp-svn/out/GCC.Debug.Debug_full.Shared/ProtectE" "ncrypt $(OUTPATH) AABBCCDDEEFF00112233445566778899", ""; +custom(WIN32 PROTECT) "post-link", + "Z:\\home\\massimo\\WINDOWS\\upp\\out\\MSC9\\ProtectEncrypt.exe $(OUTPA" + "TH) AABBCCDDEEFF00112233445566778899", + ""; +