mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
23 lines
405 B
Text
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",
|
|
"";
|
|
|