mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-05 18:55:28 +00:00
f8c7fff45e
* */makefile.win32 : add /doc flags * */.cvsignore : ignore .xml files svn path=/trunk/gtk-sharp/; revision=5391
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
all: windows
|
|
|
|
windows:
|
|
$(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
|
|
|