ultimatepp/bazaar/ProtectTest/ProtectTest.upp
cxl 3e3660144a bazaar: Protect doc fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@9139 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-02 16:32:58 +00:00

23 lines
405 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 $(EXEPATH) AABBCCDDEEFF00112233445566778899",
"";
custom(WIN32 PROTECT) "post-link",
"ProtectEncrypt $(EXEPATH) AABBCCDDEEFF00112233445566778899",
"";