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:
micio 2011-01-26 17:37:50 +00:00
parent 328fc6e74d
commit 9f03013f39

View file

@ -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",
"";