From b7e21da53af24ecf4c6be06b7a4bdf5d10f8f468 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 28 Aug 2002 17:24:09 +0000 Subject: [PATCH] 2002-08-28 Joe Shaw * makefile: Add the art directory back in; fixes the build. svn path=/trunk/gtk-sharp/; revision=7129 --- ChangeLog | 4 ++++ makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bd4050b6c..01308fd77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-28 Joe Shaw + + * makefile: Add the art directory back in; fixes the build. + 2002-08-26 Rachel Hestilow * sources/Gtk.metadata: Add null-ok for Menu.Popup. diff --git a/makefile b/makefile index 5aa23019a..07da96635 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ NATIVE_DIRS = glue parser -DIRS=generator api glib pango atk gdk gtk glade gnome sample +DIRS=generator api glib pango atk gdk gtk glade art gnome sample ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT))) CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe MCS=mcs