GtkSharp/sample/tutorial/scribble/Makefile

12 lines
179 B
Makefile
Raw Normal View History

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