GtkSharp/sample/tutorial/spinbutton/Makefile
Alejandro Sánchez Acosta e958fb6475 Added new sample for the GTK# tutorial.
svn path=/trunk/gtk-sharp/; revision=9681
2002-12-15 17:06:38 +00:00

11 lines
181 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) SpinButton.cs
clean:
rm -f *.exe