GtkSharp/sample/tutorial/packing/Makefile

13 lines
203 B
Makefile
Raw Normal View History

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