mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 04:35:27 +00:00
4afe3261ae
svn path=/trunk/gtk-sharp/; revision=10195
12 lines
463 B
Plaintext
12 lines
463 B
Plaintext
all: windows
|
|
|
|
windows:
|
|
cat *.cs generated/*.cs > allthesource.cs
|
|
../mapdllnames.pl allthesource.cs
|
|
$(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 allthesource.cs
|
|
rm allthesource.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
|
|
|