bb662563e0
* doc/makefile: Accept the RUNTIME parameter for platforms without /usr/bin/mono * sample/gconf/Makefile: ditto svn path=/trunk/gtk-sharp/; revision=9890
10 lines
222 B
Makefile
10 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
|