4afe3261ae
svn path=/trunk/gtk-sharp/; revision=10195
11 lines
463 B
Text
11 lines
463 B
Text
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
|
|
|