GtkSharp/sample/tutorial/scrolledwin/Makefile
Johannes Roith 6347ebc9be add tutorial example
svn path=/trunk/gtk-sharp/; revision=8837
2002-11-05 15:34:57 +00:00

11 lines
No EOL
166 B
Makefile

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