mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 22:04:36 -06:00
19 lines
298 B
Text
19 lines
298 B
Text
uses
|
|
Core,
|
|
Protect;
|
|
|
|
file
|
|
ProtectTest.cpp;
|
|
|
|
mainconfig
|
|
"" = "",
|
|
"" = "PROTECT";
|
|
|
|
custom(POSIX PROTECT) "post-link",
|
|
"ProtectEncrypt $(EXEPATH) AABBCCDDEEFF00112233445566778899",
|
|
"";
|
|
|
|
custom(WIN32 PROTECT) "post-link",
|
|
"ProtectEncrypt.exe $(EXEPATH) AABBCCDDEEFF00112233445566778899",
|
|
"";
|
|
|