X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92b4653a62298a667f1725e7ea90418ae4743e04..82e8b0ad6c74e1bc6cf534348304e82beb898ecf:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 1b3539938b..7afb7e2016 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -50,6 +50,16 @@ CPP = cpp32 -Sr -oCON SHARED = 0 !endif +# Used toolkit [MSW,GTK] +!ifndef TOOLKIT +TOOLKIT = MSW +!endif + +# GTK+ toolkit version [,2] +!ifndef TOOLKIT_VERSION +TOOLKIT_VERSION = +!endif + # Build wxUniversal instead of native port? [0,1] !ifndef WXUNIV WXUNIV = 0