mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/ProtectTest : added custom build step for Windows
git-svn-id: svn://ultimatepp.org/upp/trunk@3109 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
328fc6e74d
commit
9f03013f39
1 changed files with 6 additions and 1 deletions
|
|
@ -11,8 +11,13 @@ mainconfig
|
|||
"" = "GUI",
|
||||
"" = "GUI PROTECT";
|
||||
|
||||
custom(PROTECT) "post-link",
|
||||
custom(POSIX PROTECT) "post-link",
|
||||
"/home/massimo/sources/upp-svn/out/GCC.Debug.Debug_full.Shared/ProtectE"
|
||||
"ncrypt $(OUTPATH) AABBCCDDEEFF00112233445566778899",
|
||||
"";
|
||||
|
||||
custom(WIN32 PROTECT) "post-link",
|
||||
"Z:\\home\\massimo\\WINDOWS\\upp\\out\\MSC9\\ProtectEncrypt.exe $(OUTPA"
|
||||
"TH) AABBCCDDEEFF00112233445566778899",
|
||||
"";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue