From: Václav Slavík Date: Sun, 3 Aug 2003 13:04:02 +0000 (+0000) Subject: ODBC update X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c580f45efe9406261d537f2dada51650eb054be6 ODBC update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index 823e2fba0a..37a3631ba3 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -40,20 +40,21 @@ IMPORTANT NOTE: Don't forget to run autoconf in wxWindows root directory if You can use Bakefile to generate makefiles or projects customized to your needs, too. See Makefile for details on bakefile commands used to generate makefiles. For example, you can use this command to generate VC++ project -files without wxUniversal configurations: +files without wxUniversal configurations (you can find needed flags in +DSWFLAGS variable of build/bakefiles/Makefile): bakefile -v -fmsvc6prj -o../wxmy.dsw -DRUNTIME_LIBS=dynamic -DDEBUG_INFO=default -DDEBUG_FLAG=default - -DOFFICIAL_BUILD=0 -DUSE_HTML=1 -DUSE_OPENGL=1 + -DOFFICIAL_BUILD=0 -DUSE_HTML=1 -DUSE_OPENGL=1 -DUSE_ODBC=1 -DMONOLITHIC=0 -DUSE_GUI=1 -DWXUNIV=0 wx.bkl Or monolithic instead of multilib (the default): bakefile -v -fmsvc6prj -o../wxmono.dsw -DRUNTIME_LIBS=dynamic -DDEBUG_INFO=default -DDEBUG_FLAG=default - -DOFFICIAL_BUILD=0 -DUSE_HTML=1 -DUSE_OPENGL=1 + -DOFFICIAL_BUILD=0 -DUSE_HTML=1 -DUSE_OPENGL=1 -DUSE_ODBC=1 -DMONOLITHIC=1 -DUSE_GUI=1 wx.bkl Or monolithic wxBase: bakefile -v -fmsvc6prj -o../wxBase.dsw -DRUNTIME_LIBS=dynamic -DDEBUG_INFO=default -DDEBUG_FLAG=default - -DOFFICIAL_BUILD=0 -DUSE_HTML=0 -DUSE_OPENGL=0 + -DOFFICIAL_BUILD=0 -DUSE_HTML=0 -DUSE_OPENGL=0 -DUSE_ODBC=0 -DMONOLITHIC=1 -DUSE_GUI=0 wx.bkl