X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4839ccf58de31e405cba8835f81191c28d415f8..a91fbc8e34b7b4bf203b03ac66f129e85cdfa53b:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 8bd0b2fb0d..6a9733395f 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -93,6 +93,11 @@ USE_GUI = 1 USE_HTML = 1 !endif +# Build wxXRC library (USE_GUI must be 1)? [0,1] +!ifndef USE_XRC +USE_XRC = 1 +!endif + # Build OpenGL canvas library (USE_GUI must be 1)? [0,1] !ifndef USE_OPENGL USE_OPENGL = 0 @@ -118,6 +123,16 @@ OFFICIAL_BUILD = 0 VENDOR = custom !endif +# +!ifndef WX_FLAVOUR +WX_FLAVOUR = +!endif + +# +!ifndef WX_LIB_FLAVOUR +WX_LIB_FLAVOUR = +!endif + # Name of your custom configuration. This affects directory # where object files are stored as well as the location of # compiled .lib files and setup.h under the lib/ toplevel directory.