This is mostly directed to Staffan, but anyone else interested in ooSQLite
with integrated encryption might take note.

I have a sandbox copy of ooSQLite with the Botan crypto
library completely integrated.  If you check out the source tree you can
build without having to do any source code changes by just running nMake.

Use this URL to get the source:

http://svn.code.sf.net/p/oorexx/code-0/sandbox/mark/ooSQLite.encrypted

To build, cd to the root directory where you checked out the code into.
 The nmake command is: nmake /NOLOGO /F Makefile.win

Like so:

C:\work.ooRexx\wc>cd ooSQLite.encrypted

C:\work.ooRexx\wc\ooSQLite.encrypted>nmake /NOLOGO /F Makefile.win

The built files will be in bin\windows.

This command:

nmake /NOLOGO /F Makefile.win dist

will package everything up in a zip file.

nmake /NOLOGO /F Makefile.win clean_all

will do a complete clean.

nmake /NOLOGO DEBUG=1 /F Makefile.win

will build a debug version if you are interested.

Eventually I'll integrate everything back into the normal ooSQLite tree,
once I get an idea whether to just do one build including everything or
not.  But, if you have the tools to do a build, you could start playing
with this now.

--
Mark Miesfeld
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to