* gnomeprint:

* api/gnomeprint-api.xml: Removed, gnomeprint is now included
        in gnome.

svn path=/trunk/gtk-sharp/; revision=17457
This commit is contained in:
Martin Willemoes Hansen 2003-08-21 07:57:27 +00:00
parent 151a3e1eaf
commit 4289134771
3 changed files with 6 additions and 1358 deletions

View File

@ -1,3 +1,9 @@
2003-08-21 Martin Willemoes Hansen <mwh@sysrq.dk>
* gnomeprint:
* api/gnomeprint-api.xml: Removed, gnomeprint is now included
in gnome.
2003-08-19 John Luke <jluke@cfl.rr.com>
* glib/ListBase.cs: Add convenience .Append (string) method

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +0,0 @@
MCS=mcs
DESTDIR=
all: linux
windows:
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /out:gnomeprint-sharp.dll /recurse:*.cs
linux: gnomeprint-sharp.dll
gnomeprint-sharp.dll: *.cs
$(MCS) --unsafe --target library -L ../glib -r glib-sharp.dll -o gnomeprint-sharp.dll --recurse '*.cs'
clean:
rm -f *.dll
rm -rf generated
install: all
../mkinstalldirs $(DESTDIR)@prefix@/lib && \
cp gnomeprint-sharp.dll $(DESTDIR)@prefix@/lib || exit 1