From cb9548d9a79312de7726a437a5a67e48e8093863 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 1 Feb 2004 22:41:33 +0000 Subject: [PATCH] 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 --- build/bakefiles/common.bkl | 58 +++++++------ build/bakefiles/regex.bkl | 35 +------- build/msw/wx_wxregex.dsp | 171 +++++++++++++++++++++++++++++++++++++ 3 files changed, 203 insertions(+), 61 deletions(-) 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 - - - - - -