mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:25:39 +00:00
ed9f671d84
svn path=/trunk/gtk-sharp/; revision=8836
11 lines
165 B
Makefile
11 lines
165 B
Makefile
|
|
CSC = mcs
|
|
|
|
DLLS = -r glib-sharp.dll \
|
|
-r gtk-sharp.dll \
|
|
-r System.Drawing.dll
|
|
|
|
all:
|
|
$(CSC) /unsafe $(DLLS) helloworld.cs
|
|
clean:
|
|
rm -f *.exe
|