From 2e475b0cce43939651cdf6d95c51e8d15b0696b8 Mon Sep 17 00:00:00 2001 From: Rachel Hestilow Date: Tue, 25 Jun 2002 22:20:36 +0000 Subject: [PATCH] 2002-06-25 Rachel Hestilow * makefile: back out a premature add of gnome svn path=/trunk/gtk-sharp/; revision=5456 --- ChangeLog | 4 ++++ makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 44817b76e..45059c2c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Rachel Hestilow + + * makefile: back out a premature add of gnome + 2002-06-25 Rachel Hestilow * doc/: Added the makeshift doc generation toolchain. diff --git a/makefile b/makefile index dba0107a7..d9586f63c 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -DIRS=generator glib pango atk gdk gtk gnome sample +DIRS=generator glib pango atk gdk gtk sample ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT))) CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe MCS=mcs