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
|
||||
|
||||
vte-sharp.dll: generated-stamp
|
||||
$(MCS) --unsafe --target library -L $(GTKSHARP_PREFIX)/lib \
|
||||
-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
|
||||
/r:atk-sharp.dll \
|
||||
$(MCS) --unsafe --target library \
|
||||
-r ../glib/glib-sharp.dll -r ../gtk/gtk-sharp.dll -r ../gdk/gdk-sharp.dll \
|
||||
/r:../atk/atk-sharp.dll \
|
||||
--recurse '@srcdir@/*.cs' -o vte-sharp.dll
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue