ultimatepp/bazaar/ProtectTest/ProtectTest.upp
micio 844cf49278 Bazaar/ProtectTest : simplified code
git-svn-id: svn://ultimatepp.org/upp/trunk@3149 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-01 23:13:29 +00:00

22 lines
402 B
Text

description "Test software protection module\377";
uses
CtrlLib,
Protect;
file
main.cpp;
mainconfig
"" = "GUI",
"" = "GUI PROTECT";
custom(POSIX PROTECT) "post-link",
"ProtectEncrypt $(OUTPATH) AABBCCDDEEFF00112233445566778899",
"";
custom(WIN32 PROTECT) "post-link",
"Z:\\home\\massimo\\WINDOWS\\upp\\out\\MSC9\\ProtectEncrypt.exe $(OUTPA"
"TH) AABBCCDDEEFF00112233445566778899",
"";