From 2acf1768a6e1a4503ba9a9cf3460855149c59cfb Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sun, 1 Feb 2004 12:17:15 +0000 Subject: [PATCH] Added setup.h logic git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/regex.bkl | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/regex.bkl b/build/bakefiles/regex.bkl index 4337bc2446..cdd83bcc9e 100644 --- a/build/bakefiles/regex.bkl +++ b/build/bakefiles/regex.bkl @@ -1,8 +1,38 @@ - - + + _UNICODE + + + + unicows + + + + + + $(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 + + + + -- 2.45.2