Ryujinx-GtkSharp/gdk/makefile.win32
Duncan Mak 4afe3261ae Add a reference to System.Drawing.
svn path=/trunk/gtk-sharp/; revision=10195
2003-01-06 01:44:49 +00:00

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