mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 09:45:31 +00:00
6347ebc9be
svn path=/trunk/gtk-sharp/; revision=8837
11 lines
166 B
Makefile
11 lines
166 B
Makefile
|
|
CSC = mcs
|
|
|
|
DLLS = -r glib-sharp.dll \
|
|
-r gtk-sharp.dll \
|
|
-r System.Drawing.dll
|
|
|
|
all:
|
|
$(CSC) /unsafe $(DLLS) scrolledwin.cs
|
|
clean:
|
|
rm -f *.exe
|