From: Václav Slavík Date: Wed, 17 Jan 2007 08:40:56 +0000 (+0000) Subject: SETUPHDIR is Bakefile variable, not MSVC IDE one X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/81073d9209eb3a8892cc87b98ae7247265286397 SETUPHDIR is Bakefile variable, not MSVC IDE one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index c990853e89..b12641c859 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -422,7 +422,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h Creating $(SETUPHDIR)\wx\msw\rcdefs.h -"$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(DOLLAR)(SOURCE)" "$(DOLLAR)(SETUPHDIR)\wx\msw" +"$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(DOLLAR)(SOURCE)" "$(SETUPHDIR)\wx\msw" $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h"