GtkSharp/sample/tutorial/filesel/Makefile

11 lines
162 B
Makefile
Raw Normal View History

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