1
0
Fork 0
mirror of https://github.com/Ryujinx/GtkSharp.git synced 2025-03-08 10:09:58 +00:00
GtkSharp/gdk/makefile.win32

9 lines
363 B
Plaintext
Raw Normal View History

all: windows
windows:
$(CSC) /unsafe /target:library /r:System.Drawing.dll /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /out:gdk-sharp.dll /recurse:*.cs
docs:
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /doc:gdk-sharp-docs.xml /out:gdk-sharp.dll /recurse:*.cs