From 74e7371459cddca61f7164c2ca4efff373d5ab39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 30 Jul 2003 21:14:38 +0000 Subject: [PATCH] added setup.h copying to VC++ project files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 16 ++++++++++++++++ build/bakefiles/monolithic.bkl | 3 ++- build/bakefiles/multilib.bkl | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 450525a16d..76725c181e 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -279,6 +279,22 @@ + + + + wx/msw/setup.h + + include\wx\msw\setup.h + + +Creating $(LIBDIRNAME)\wx\setup.h +InputPath=..\include\wx\msw\setup.h + +"$(LIBDIRNAME)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" +$(TAB)copy "$(DOLLAR)(InputPath)" $(LIBDIRNAME)\wx\setup.h + + +