GtkSharp/doc/makefile
Alp Toker bb662563e0 2002-12-25 Alp Toker <alp@atoker.com>
* doc/makefile: Accept the RUNTIME parameter for platforms without
        /usr/bin/mono
        * sample/gconf/Makefile: ditto

svn path=/trunk/gtk-sharp/; revision=9890
2002-12-25 21:01:07 +00:00

11 lines
222 B
Makefile

include makefile.common
MCS=mcs
RUNTIME=mono
$(stage2_files): %stage2.xml: %stage1.xml introspect.exe
$(RUNTIME) introspect.exe $< $@
introspect.exe: introspect.cs
$(MCS) -o introspect.exe -r System.Xml introspect.cs