Ryujinx-GtkSharp/sample/tutorial/filesel/Makefile
Johannes Roith ed9f671d84 add tutorial files
svn path=/trunk/gtk-sharp/; revision=8836
2002-11-05 15:33:19 +00:00

11 lines
162 B
Makefile

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