Ryujinx-GtkSharp/sample/tutorial/eventbox/Makefile
Alejandro Sánchez Acosta 89e3c84951 Added new samples widgets and modified togglebutton.
svn path=/trunk/gtk-sharp/; revision=9187
2002-11-25 19:09:29 +00:00

12 lines
179 B
Makefile

CSC = mcs
DLLS = -r glib-sharp.dll \
-r gtk-sharp.dll \
-r gdk-sharp.dll \
-r System.Drawing.dll
all:
$(CSC) /unsafe $(DLLS) eventbox.cs
clean:
rm -f *.exe