X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbcca2fa1f7fa13975479ef0f955a9be98011143..5769347356c1114f2350d8f23b00406b6ea94fdb:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 7baf8960a0..5f4e4e89d0 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This configuration file was generated by -# Bakefile 0.1.9 (http://bakefile.sourceforge.net) +# Bakefile 0.2.0 (http://bakefile.sourceforge.net) # Beware that all changes made to this file will be overwritten next # time you run Bakefile! # ========================================================================= @@ -98,11 +98,21 @@ USE_GUI = 1 USE_HTML = 1 !endif +# Build multimedia library (USE_GUI must be 1)? [0,1] +!ifndef USE_MEDIA +USE_MEDIA = 1 +!endif + # Build wxXRC library (USE_GUI must be 1)? [0,1] !ifndef USE_XRC USE_XRC = 1 !endif +# Build wxAUI library (USE_GUI must be 1)? [0,1] +!ifndef USE_AUI +USE_AUI = 1 +!endif + # Build OpenGL canvas library (USE_GUI must be 1)? [0,1] !ifndef USE_OPENGL USE_OPENGL = 0