mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 19:35:31 +00:00
5c8fc4ab57
* gtk/*akefile* : lose the gdk-imaging-sharp refs svn path=/trunk/gtk-sharp/; revision=5402
6 lines
215 B
Plaintext
6 lines
215 B
Plaintext
all: windows
|
|
|
|
windows:
|
|
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll /doc:gtk-sharp-docs.xml /out:gtk-sharp.dll /recurse:*.cs
|
|
|