From f21315744594b2c9ab8c2c23da82c9fdde4f0285 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 2 Aug 2003 14:08:34 +0000 Subject: [PATCH] corrected examples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0016.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index 3e42e5ab5d..823e2fba0a 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -42,14 +42,17 @@ 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: bakefile -v -fmsvc6prj -o../wxmy.dsw -DRUNTIME_LIBS=dynamic + -DDEBUG_INFO=default -DDEBUG_FLAG=default -DOFFICIAL_BUILD=0 -DUSE_HTML=1 -DUSE_OPENGL=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 -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 -DMONOLITHIC=1 -DUSE_GUI=0 wx.bkl -- 2.45.2