mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ProtectTest: Added SQLITE support
git-svn-id: svn://ultimatepp.org/upp/trunk@4044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b1e8bda59d
commit
354e2271cc
2 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
"";
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,4 @@
|
|||
#define _ProtectTest_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "Protect/init"
|
||||
#include "StreamCypher/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue