From: David Elliott Date: Wed, 2 Jul 2003 15:29:44 +0000 (+0000) Subject: src/mac/corersrc.r is in $(top_srcdir) not ".." X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/622dca25c3585ce8e3197799d7a2aff2fddb8e23 src/mac/corersrc.r is in $(top_srcdir) not ".." git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 4d30154a41..f1c07ee554 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -72,7 +72,7 @@ all $(MACOS_R) - $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/apprsrc.r $(top_srcdir)/src/mac/carbrsrc.r ../src/mac/corersrc.r -o $(MACOS_RSRC) + $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/apprsrc.r $(top_srcdir)/src/mac/carbrsrc.r $(top_srcdir)/src/mac/corersrc.r -o $(MACOS_RSRC) $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R) $(MACOS_RSRC) $(MACOS_R)