GtkSharp/sample/tutorial/notebook/Makefile
Alejandro Sánchez Acosta f7baeb275d Added notebook sample to the tutorial.
svn path=/trunk/gtk-sharp/; revision=9853
2002-12-24 00:26:15 +00:00

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