fix another makefile error
(I forgot another part to fix) svn path=/trunk/gtk-sharp/; revision=22278
This commit is contained in:
parent
d9807682b2
commit
933a5ef73a
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ generated-stamp: vte-api.xml
|
||||||
$(RUNTIME) ../generator/gapi_codegen.exe --generate $(APIS) --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=vte-sharp && touch generated-stamp
|
$(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
|
vte-sharp.dll: generated-stamp
|
||||||
$(MCS) --unsafe --target library -L $(GTKSHARP_PREFIX)/lib \
|
$(MCS) --unsafe --target library \
|
||||||
-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
|
-r ../glib/glib-sharp.dll -r ../gtk/gtk-sharp.dll -r ../gdk/gdk-sharp.dll \
|
||||||
/r:atk-sharp.dll \
|
/r:../atk/atk-sharp.dll \
|
||||||
--recurse '@srcdir@/*.cs' -o vte-sharp.dll
|
--recurse '@srcdir@/*.cs' -o vte-sharp.dll
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue