2004-03-17 Mike Kestner <mkestner@ximian.com>
* sample/rsvg/Makefile.am : make conditional on ENABLE_RSVG svn path=/trunk/gtk-sharp/; revision=24234
This commit is contained in:
parent
186266a808
commit
4616bb2fb2
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-17 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* sample/rsvg/Makefile.am : make conditional on ENABLE_RSVG
|
||||
|
||||
2004-03-16 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* generator/Signal.cs : streamline the remove code a tad.
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
references = /r:../../glib/glib-sharp.dll /r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll /r:../../gdk/gdk-sharp.dll /r:../../gtk/gtk-sharp.dll /r:../../glade/glade-sharp.dll /r:../../art/art-sharp.dll /r:../../gnome/gnome-sharp.dll /r:../../rsvg/rsvg-sharp.dll
|
||||
|
||||
if ENABLE_RSVG
|
||||
TARGETS = svghelloworld.exe
|
||||
else
|
||||
TARGETS =
|
||||
endif
|
||||
CLEANFILES = $(TARGETS)
|
||||
noinst_SCRIPTS = $(TARGETS)
|
||||
EXTRA_DIST = svghelloworld.cs sample.svg
|
||||
|
|
Loading…
Reference in a new issue