fix Makefile error so you can build
without gtk-sharp installed svn path=/trunk/gtk-sharp/; revision=22277
This commit is contained in:
parent
97c75447a9
commit
d9807682b2
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-01-19 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* vte/Makefile.in: fix it so you can build without having
|
||||
gtk# already installed
|
||||
|
||||
2004-01-19 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* art/Art.metadata : correct a couple symbolic array_lens
|
||||
|
|
|
@ -13,8 +13,8 @@ ASSEMBLY=vte-sharp.dll
|
|||
@ENABLE_VTE_FALSE@ all:
|
||||
|
||||
generated-stamp: vte-api.xml
|
||||
gapi-fixup --api=$(APIS) --metadata=Vte.metadata && \
|
||||
gapi-codegen --generate $(APIS) --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=vte-sharp && touch generated-stamp
|
||||
$(RUNTIME) ../parser/gapi-fixup.exe --api=$(APIS) --metadata=Vte.metadata && \
|
||||
$(RUNTIME) ../generator/gapi_codegen.exe --generate $(APIS) --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=vte-sharp && touch generated-stamp
|
||||
|
||||
vte-sharp.dll: generated-stamp
|
||||
$(MCS) --unsafe --target library -L $(GTKSHARP_PREFIX)/lib \
|
||||
|
|
Loading…
Reference in a new issue