From: Václav Slavík Date: Wed, 30 Jul 2003 21:14:38 +0000 (+0000) Subject: added setup.h copying to VC++ project files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74e7371459cddca61f7164c2ca4efff373d5ab39?ds=sidebyside 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 --- 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 + + +