mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 23:05:29 +00:00
sadly the order matters if you are building from scratch
thanks to RoyBatty in #mono svn path=/trunk/gtk-sharp/; revision=22374
This commit is contained in:
parent
e4165fbb18
commit
a48fe481b0
|
@ -16,11 +16,11 @@ generated-stamp: vte-api.xml
|
|||
$(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
|
||||
$(ASSEMBLY): generated-stamp
|
||||
$(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
|
||||
-r ../glib/glib-sharp.dll -r ../pango/pango-sharp.dll \
|
||||
-r ../atk/atk-sharp.dll -r ../gdk/gdk-sharp.dll \
|
||||
-r ../gtk/gtk-sharp.dll -o $(ASSEMBLY) --recurse '*.cs'
|
||||
|
||||
clean:
|
||||
rm -f $(ASSEMBLY)
|
||||
|
|
Loading…
Reference in a new issue