GtkSharp/sample/DbClient/Makefile
Joe Shaw 25ab00563b Remove the ".dll" suffix, as that doesn't work with MONO_PATH.
svn path=/trunk/gtk-sharp/; revision=6399
2002-08-04 19:08:13 +00:00

13 lines
193 B
Makefile

MCS=mcs
REFERENCES= glib-sharp gdk-sharp gtk-sharp gnome-sharp System.Data System.Drawing
###
REFS= $(addprefix /r:, $(REFERENCES))
all:
$(MCS) $(REFS) client.cs
clean:
rm -f *.exe *.pdb