mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-19 04:07:26 +00:00
* */makefile.win32 : add /doc flags * */.cvsignore : ignore .xml files svn path=/trunk/gtk-sharp/; revision=5391
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
all: windows
|
|
|
|
windows:
|
|
$(CSC) /unsafe /target:library /doc:glib-sharp-docs.xml /out:glib-sharp.dll /recurse:*.cs
|
|
|