mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-01 13:46:24 +00:00
new overwrite family of targets. Use these for
removing deprecated nodes, instead of just leaving them tagged with an attribute. svn path=/trunk/gtk-sharp/; revision=12839
This commit is contained in:
parent
1f4caa729e
commit
4002b3d9f1
|
@ -1,3 +1,9 @@
|
||||||
|
2003-03-25 Duncan Mak <duncan@ximian.com>
|
||||||
|
|
||||||
|
* makefile: new overwrite family of targets. Use these for
|
||||||
|
removing deprecated nodes, instead of just leaving them tagged
|
||||||
|
with an attribute.
|
||||||
|
|
||||||
2003-03-25 Lee Mallabone <mono-docs@fonicmonkey.net>
|
2003-03-25 Lee Mallabone <mono-docs@fonicmonkey.net>
|
||||||
|
|
||||||
* en/Gtk/Calendar.xml: First draft docs, still need a little work.
|
* en/Gtk/Calendar.xml: First draft docs, still need a little work.
|
||||||
|
|
17
doc/makefile
17
doc/makefile
|
@ -27,7 +27,24 @@ gnome:
|
||||||
mono --debug $(UPDATER) $(LIBDIR)/gnome-sharp.dll -o en
|
mono --debug $(UPDATER) $(LIBDIR)/gnome-sharp.dll -o en
|
||||||
glade:
|
glade:
|
||||||
mono --debug $(UPDATER) $(LIBDIR)/glade-sharp.dll -o en
|
mono --debug $(UPDATER) $(LIBDIR)/glade-sharp.dll -o en
|
||||||
|
|
||||||
|
overwrite: glib_overwrite pango_overwrite atk_overwrite gtk_overwrite gdk_overwrite gnome_overwrite glade_overwrite
|
||||||
|
|
||||||
|
glib_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/glib-sharp.dll -o en -f
|
||||||
|
pango_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/pango-sharp.dll -o en -f
|
||||||
|
atk_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/atk-sharp.dll -o en -f
|
||||||
|
gtk_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/gtk-sharp.dll -o en -f
|
||||||
|
gdk_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/gdk-sharp.dll -o en -f
|
||||||
|
gnome_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/gnome-sharp.dll -o en -f
|
||||||
|
glade_overwrite:
|
||||||
|
mono --debug $(UPDATER) $(LIBDIR)/glade-sharp.dll -o en -f
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.tree
|
rm *.tree
|
||||||
rm *zip
|
rm *zip
|
||||||
|
|
Loading…
Reference in a new issue