GtkSharp/sample/tutorial/radiobuttons/Makefile
Johannes Roith c9c2b24ad0 add tutorial file
svn path=/trunk/gtk-sharp/; revision=8834
2002-11-05 15:28:46 +00:00

11 lines
167 B
Makefile

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