ProtectTest: Added SQLITE support

git-svn-id: svn://ultimatepp.org/upp/trunk@4044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2011-10-17 19:17:45 +00:00
parent b1e8bda59d
commit 354e2271cc
2 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,8 @@ file
main.cpp;
mainconfig
"" = "GUI USE_SQLITE",
"" = "GUI PROTECT USE_SQLITE",
"" = "GUI",
"" = "GUI PROTECT";
@ -16,7 +18,7 @@ custom(POSIX PROTECT) "post-link",
"";
custom(WIN32 PROTECT) "post-link",
"Z:\\home\\massimo\\WINDOWS\\upp\\out\\MSC9\\ProtectEncrypt.exe $(OUTPA"
"TH) AABBCCDDEEFF00112233445566778899",
"c:\\desarrollo\\upp\\ProtectEncrypt.exe $(OUTPATH) AABBCCDDEEFF0011223"
"3445566778899",
"";

View file

@ -2,5 +2,4 @@
#define _ProtectTest_icpp_init_stub
#include "CtrlLib/init"
#include "Protect/init"
#include "StreamCypher/init"
#endif