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