From: Vadim Zeitlin Date: Sun, 7 Jul 2013 12:58:45 +0000 (+0000) Subject: Remove the TOOLKIT test from msvc-headers-setuo-h definition. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0053219faff4714fc4a4a56ffa182e839b6070fe Remove the TOOLKIT test from msvc-headers-setuo-h definition. This is unnecessary now that TOOLKIT is back to being a constant again and results in errors if GTK TOOLKIT is enabled. Closes #14965. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 453387b333..96fbcdf3fa 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -436,21 +436,10 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h - - - - msw/setup.h - univ/setup.h - - - - - gtk/setup.h - univ/setup.h - - + + msw/setup.h + univ/setup.h + $(msvc_copy_setup_h_script % 'msw\setup.h')