From c3b14ba4f76e65d77585c4ede6a32268c13a03d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 4 Jul 2003 16:23:55 +0000 Subject: [PATCH] fixed location of dummy.cpp, so that contrib makefiles can use it as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 46b2b7c68d..860205146c 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -256,8 +256,10 @@ $(WXLIBNAME) - src/msw/dummy.cpp - src/msw/dummy.cpp + $(WXTOPDIR)src/msw/dummy.cpp + + $(WXTOPDIR)src/msw/dummy.cpp + wx/wxprec.h on -- 2.50.0