X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98d689e4030141723e076ea01a083407d78dbde5..e59127de8b89a377348c11ea11430a4fcbf4ff5d:/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