f8c7fff45e
* */makefile.win32 : add /doc flags * */.cvsignore : ignore .xml files svn path=/trunk/gtk-sharp/; revision=5391
5 lines
143 B
Text
5 lines
143 B
Text
all: windows
|
|
|
|
windows:
|
|
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /doc:pango-sharp-docs.xml /out:pango-sharp.dll /recurse:*.cs
|
|
|