mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:35:27 +00:00
36d289986c
svn path=/trunk/gtk-sharp/; revision=8835
11 lines
160 B
Makefile
11 lines
160 B
Makefile
|
|
CSC = mcs
|
|
|
|
DLLS = -r glib-sharp.dll \
|
|
-r gtk-sharp.dll \
|
|
-r System.Drawing.dll
|
|
|
|
all:
|
|
$(CSC) /unsafe $(DLLS) table.cs
|
|
clean:
|
|
rm -f *.exe
|