X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72c1ea9168de586bc4ee903c6801219eb6eb5850..2a1cf3e9ad88e76c2be62ac7d8a9d810479f7c90:/build/bakefiles/wxpresets/bakefile_quickstart.txt diff --git a/build/bakefiles/wxpresets/bakefile_quickstart.txt b/build/bakefiles/wxpresets/bakefile_quickstart.txt index 1a161900a7..192ee52cab 100644 --- a/build/bakefiles/wxpresets/bakefile_quickstart.txt +++ b/build/bakefiles/wxpresets/bakefile_quickstart.txt @@ -106,13 +106,12 @@ on from here. -- Project Types -- -As mentioned earilier, Bakefile builds makefiles for many different +As mentioned earlier, Bakefile builds makefiles for many different development environments. The -f option accepts a list of formats that you would like to build, separated by commas. Valid values are: autoconf GNU autoconf Makefile.in files borland Borland C/C++ makefiles - cbuilderx C++ Builder X project files dmars Digital Mars makefiles dmars_smake Digital Mars makefiles for SMAKE gnu GNU toolchain makefiles (Unix) @@ -149,7 +148,7 @@ built. In Bakefile, you specify the target by creating a tag named with the target type. The possible names for targets are: exe create an executable file - dll create a shared libary + dll create a shared library lib create a static library module create a library that is loaded at runtime (i.e. a plugin) @@ -235,6 +234,8 @@ options are: Option Values Description ------ ------ ------------- + WX_MONOLITHIC 0(default),1 Set this to 1 if you built wx + as a monolithic library WX_SHARED 0(default),1 Specify static or dynamic wx libs WX_UNICODE 0(defualt),1 Use ANSI or UNICODE wx libs WX_DEBUG 0,1(default) Use release or debug wx libs