mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 22:05:35 +00:00
a43c7cc88b
* sample/rsvg/Makefile.in: don't build the sample app. everytime. svn path=/trunk/gtk-sharp/; revision=12800
16 lines
341 B
Makefile
16 lines
341 B
Makefile
@ENABLE_RSVG_FALSE@all:
|
|
@ENABLE_RSVG_TRUE@all: svghelloworld.exe
|
|
|
|
svghelloworld.exe: svghelloworld.cs
|
|
mcs svghelloworld.cs \
|
|
-r ../../gnome/gnome-sharp.dll \
|
|
-r ../../gtk/gtk-sharp.dll \
|
|
-r ../../gdk/gdk-sharp.dll \
|
|
-r ../../rsvg/rsvg-sharp.dll
|
|
|
|
clean:
|
|
rm -f *.exe
|
|
|
|
distclean: clean
|
|
@ENABLE_RSVG_TRUE@ rm -f Makefile
|