X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ece421c6c40b0977dc2a7f91f9eff7234b814dd..7345d6c1926aa86f827f5652c81ebcaff29ebc77:/build/msw/config.gcc?ds=inline diff --git a/build/msw/config.gcc b/build/msw/config.gcc index 16312840c8..b625980fb4 100644 --- a/build/msw/config.gcc +++ b/build/msw/config.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This configuration file was generated by -# Bakefile 0.2.4 (http://www.bakefile.org) +# Bakefile 0.2.6 (http://www.bakefile.org) # Beware that all changes made to this file will be overwritten next # time you run Bakefile! # ========================================================================= @@ -17,10 +17,10 @@ LINK_DLL_FLAGS ?= -shared LINK_MODULE_FLAGS ?= -shared # C compiler -CC ?= gcc +CC = gcc # C++ compiler -CXX ?= g++ +CXX = g++ # Standard flags for CC CFLAGS ?= @@ -89,7 +89,7 @@ USE_RICHTEXT ?= 1 USE_STC ?= 1 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1] -USE_OPENGL ?= 0 +USE_OPENGL ?= 1 # Build quality assurance classes library (USE_GUI must be 1)? [0,1] USE_QA ?= 0