mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-27 14:23:06 -06:00
18 lines
306 B
Text
18 lines
306 B
Text
description "Test software protection module\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Protect;
|
|
|
|
file
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI PROTECT";
|
|
|
|
custom(PROTECT) "post-link",
|
|
"/home/massimo/sources/upp-svn/out/GCC.Debug.Debug_full.Shared/ProtectE"
|
|
"ncrypt $(OUTPATH) AABBCCDDEEFF00112233445566778899",
|
|
"";
|
|
|