mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 13:55:30 +00:00
16ffbddd4e
svn path=/trunk/gtk-sharp/; revision=8305
14 lines
253 B
Makefile
14 lines
253 B
Makefile
MCS=mcs
|
|
REFERENCES= glib-sharp gdk-sharp gtk-sharp gnome-sharp gda-sharp System.Data System.Drawing
|
|
|
|
###
|
|
|
|
REFS= $(addprefix /r:, $(REFERENCES))
|
|
|
|
all:
|
|
$(MCS) $(REFS) client.cs
|
|
$(MCS) $(REFS) /r:gnomedb-sharp GnomeDbClient.cs
|
|
|
|
clean:
|
|
rm -f *.exe *.pdb
|