From: Julian Smart Date: Fri, 24 Jun 2005 14:13:02 +0000 (+0000) Subject: Also corefoundation files for GTK+ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0ccf84a67fd5b1f7476f5a6ee492a6268819fd67 Also corefoundation files for GTK+ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index f1c486334d..c9d2a20964 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -231,6 +231,13 @@ GTK_DIST: ALL_GUI_DIST cp $(INCDIR)/wx/gtk/gnome/*.h $(DISTDIR)/include/wx/gtk/gnome cp $(GTKDIR)/gnome/*.cpp $(DISTDIR)/src/gtk/gnome + mkdir $(DISTDIR)/src/mac + mkdir $(DISTDIR)/src/mac/corefoundation + cp $(WXDIR)/src/mac/corefoundation/*.cpp $(DISTDIR)/src/mac/corefoundation + mkdir $(DISTDIR)/include/wx/mac + mkdir $(DISTDIR)/include/wx/mac/corefoundation + cp $(WXDIR)/include/wx/mac/corefoundation/*.h $(DISTDIR)/include/wx/mac/corefoundation + mkdir $(DISTDIR)/contrib cp -R $(WXDIR)/contrib $(DISTDIR) diff --git a/distrib/msw/gtk.rsp b/distrib/msw/gtk.rsp index ba6b92eacd..728ed63ce4 100644 --- a/distrib/msw/gtk.rsp +++ b/distrib/msw/gtk.rsp @@ -11,6 +11,9 @@ include/wx/gtk/*.h include/wx/gtk/*.xpm include/wx/gtk/gnome/*.h +include/wx/mac/corefoundation/*.h +src/mac/corefoundation/*.cpp + src/gtk/files.lst src/gtk/*.cpp src/gtk/*.c