mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 17:35:28 +00:00
Remove the ".dll" suffix, as that doesn't work with MONO_PATH.
svn path=/trunk/gtk-sharp/; revision=6399
This commit is contained in:
parent
530e27aa43
commit
25ab00563b
|
@ -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:
|
all:
|
||||||
$(MCS) $(REFS) client.cs
|
$(MCS) $(REFS) client.cs
|
||||||
|
|
Loading…
Reference in a new issue