mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-14 21:35:31 +00:00
11 lines
287 B
Makefile
11 lines
287 B
Makefile
|
all:
|
||
|
@ENABLE_RSVG_TRUE@ mcs svghelloworld.cs \
|
||
|
@ENABLE_RSVG_TRUE@ -r ../../gnome/gnome-sharp.dll \
|
||
|
@ENABLE_RSVG_TRUE@ -r ../../gtk/gtk-sharp.dll \
|
||
|
@ENABLE_RSVG_TRUE@ -r ../../gdk/gdk-sharp.dll \
|
||
|
@ENABLE_RSVG_TRUE@ -r ../../rsvg/rsvg-sharp.dll \
|
||
|
|
||
|
|
||
|
clean:
|
||
|
rm -f *.exe
|