diff --git a/bazaar/ProtectTest/ProtectTest.upp b/bazaar/ProtectTest/ProtectTest.upp index 7091225c0..9ab566142 100644 --- a/bazaar/ProtectTest/ProtectTest.upp +++ b/bazaar/ProtectTest/ProtectTest.upp @@ -8,6 +8,8 @@ file main.cpp; mainconfig + "" = "GUI USE_SQLITE", + "" = "GUI PROTECT USE_SQLITE", "" = "GUI", "" = "GUI PROTECT"; @@ -16,7 +18,7 @@ custom(POSIX PROTECT) "post-link", ""; custom(WIN32 PROTECT) "post-link", - "Z:\\home\\massimo\\WINDOWS\\upp\\out\\MSC9\\ProtectEncrypt.exe $(OUTPA" - "TH) AABBCCDDEEFF00112233445566778899", + "c:\\desarrollo\\upp\\ProtectEncrypt.exe $(OUTPATH) AABBCCDDEEFF0011223" + "3445566778899", ""; diff --git a/bazaar/ProtectTest/init b/bazaar/ProtectTest/init index e9823709c..4db6f12be 100644 --- a/bazaar/ProtectTest/init +++ b/bazaar/ProtectTest/init @@ -2,5 +2,4 @@ #define _ProtectTest_icpp_init_stub #include "CtrlLib/init" #include "Protect/init" -#include "StreamCypher/init" #endif