mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 14:16:46 -06:00
22 lines
402 B
Text
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",
|
|
"";
|
|
|