From: Václav Slavík Date: Sun, 1 Feb 2004 22:41:33 +0000 (+0000) Subject: removed duplicated code and really fixed setup.h problems in regex.lib X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cb9548d9a79312de7726a437a5a67e48e8093863 removed duplicated code and really fixed setup.h problems in regex.lib git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index afda35b578..6b1038d6f7 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -256,7 +256,37 @@ --> SHARED=='0' + + + + + + + $(addPrefixToList('include\', wxwin.headersOnly(value))) + + + + + + + wx/msw/setup.h + + include\wx\msw\setup.h + + +Creating $(SETUPHDIR)\wx\setup.h +InputPath=..\include\wx\msw\setup.h + +"$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" +$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h + + + + + @@ -332,30 +362,6 @@ - - - - $(addPrefixToList('include\', wxwin.headersOnly(value))) - - - - - - - wx/msw/setup.h - - include\wx\msw\setup.h - - -Creating $(SETUPHDIR)\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" -$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h - - - - - -