X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92b4653a62298a667f1725e7ea90418ae4743e04..2026acc1e228e2d0e23244796bce9aa16f7a4599:/build/msw/config.gcc?ds=sidebyside diff --git a/build/msw/config.gcc b/build/msw/config.gcc index b699dc511b..13ca82e9c0 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