mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 01:56:46 +00:00
fix stupid mistake of building vte after samples
svn path=/trunk/gtk-sharp/; revision=22215
This commit is contained in:
parent
6f682be9a1
commit
5bf3b285bb
|
@ -1,6 +1,7 @@
|
||||||
2004-01-17 John Luke <jluke@cfl.rr.com>
|
2004-01-17 John Luke <jluke@cfl.rr.com>
|
||||||
|
|
||||||
* configure.in: detect and compile vte-sharp (require vte-0.11.10)
|
* configure.in: detect and compile vte-sharp (require vte-0.11.10)
|
||||||
|
* Makefile.in: add vte to subdirs
|
||||||
* vte/*:
|
* vte/*:
|
||||||
* sources/makefile:
|
* sources/makefile:
|
||||||
* sources/gtk-sharp-sources.xml: add vte
|
* sources/gtk-sharp-sources.xml: add vte
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
NATIVE_DIRS = glue parser
|
NATIVE_DIRS = glue parser
|
||||||
|
|
||||||
DIRS=generator glib pango atk gdk gtk glade art gnome gtkhtml gda gnomedb gconf rsvg sample vte
|
DIRS=generator glib pango atk gdk gtk glade art gnome gtkhtml gda gnomedb gconf rsvg vte sample
|
||||||
ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
|
ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
|
||||||
CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe
|
CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe
|
||||||
MCS=mcs
|
MCS=mcs
|
||||||
|
|
Loading…
Reference in a new issue