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", + ""; +