X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d156af3247c862e51a7c62f569a3fd302052a42..a4301b8f14d21b7d28fc4f6a247b740d945ca6dc:/build/msw/config.gcc diff --git a/build/msw/config.gcc b/build/msw/config.gcc index b699dc511b..f1b82c73b3 100644 --- a/build/msw/config.gcc +++ b/build/msw/config.gcc @@ -40,6 +40,12 @@ CPP ?= $(CC) -E # What type of library to build? [0,1] SHARED ?= 0 +# Used toolkit [MSW,GTK] +TOOLKIT ?= MSW + +# GTK+ toolkit version [,2] +TOOLKIT_VERSION ?= + # Build wxUniversal instead of native port? [0,1] WXUNIV ?= 0