5c8fc4ab57
* gtk/*akefile* : lose the gdk-imaging-sharp refs svn path=/trunk/gtk-sharp/; revision=5402
5 lines
215 B
Text
5 lines
215 B
Text
all: windows
|
|
|
|
windows:
|
|
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll /doc:gtk-sharp-docs.xml /out:gtk-sharp.dll /recurse:*.cs
|
|
|