fix another makefile error

(I forgot another part to fix)

svn path=/trunk/gtk-sharp/; revision=22278
This commit is contained in:
John Luke 2004-01-19 22:33:28 +00:00
parent d9807682b2
commit 933a5ef73a

View File

@ -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: