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)
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)
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