Remove the ".dll" suffix, as that doesn't work with MONO_PATH.

svn path=/trunk/gtk-sharp/; revision=6399
This commit is contained in:
Joe Shaw 2002-08-04 19:08:13 +00:00
parent 530e27aa43
commit 25ab00563b

View file

@ -3,7 +3,7 @@ REFERENCES= glib-sharp gdk-sharp gtk-sharp gnome-sharp System.Data System.Drawin
###
REFS= $(addsuffix .dll, $(addprefix /r:, $(REFERENCES)))
REFS= $(addprefix /r:, $(REFERENCES))
all:
$(MCS) $(REFS) client.cs