mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 17:05:27 +00:00
e958fb6475
svn path=/trunk/gtk-sharp/; revision=9681
12 lines
181 B
Makefile
12 lines
181 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) SpinButton.cs
|
|
clean:
|
|
rm -f *.exe
|