mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-27 14:11:02 +00:00
f7baeb275d
svn path=/trunk/gtk-sharp/; revision=9853
12 lines
179 B
Makefile
12 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
|