ultimatepp/bazaar/ProtectTest/ProtectTest.upp
koldo 354e2271cc ProtectTest: Added SQLITE support
git-svn-id: svn://ultimatepp.org/upp/trunk@4044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-17 19:17:45 +00:00

24 lines
435 B
Text

description "Test software protection module\377";
uses
CtrlLib,
Protect;
file
main.cpp;
mainconfig
"" = "GUI USE_SQLITE",
"" = "GUI PROTECT USE_SQLITE",
"" = "GUI",
"" = "GUI PROTECT";
custom(POSIX PROTECT) "post-link",
"ProtectEncrypt $(OUTPATH) AABBCCDDEEFF00112233445566778899",
"";
custom(WIN32 PROTECT) "post-link",
"c:\\desarrollo\\upp\\ProtectEncrypt.exe $(OUTPATH) AABBCCDDEEFF0011223"
"3445566778899",
"";