mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-20 13:08:01 +00:00
* gst/Makefile.in: Reference the newly-built glib-sharp
svn path=/trunk/gtk-sharp/; revision=9805
This commit is contained in:
parent
15589b1c83
commit
bef7dc015f
|
@ -3,6 +3,8 @@
|
||||||
* api/gst-api.xml: Make Gst# link to libgstreamer.so as per pkg-config
|
* api/gst-api.xml: Make Gst# link to libgstreamer.so as per pkg-config
|
||||||
--libs gstreamer
|
--libs gstreamer
|
||||||
* sources/gtk-sharp.sources: ditto
|
* sources/gtk-sharp.sources: ditto
|
||||||
|
* gst/Application.cs: ditto
|
||||||
|
* gst/Makefile.in: Reference the newly-built glib-sharp
|
||||||
|
|
||||||
2002-12-15 Alejandro Sánchez Acosta <raciel@gnome.org>
|
2002-12-15 Alejandro Sánchez Acosta <raciel@gnome.org>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ windows:
|
||||||
linux: gst-sharp.dll
|
linux: gst-sharp.dll
|
||||||
|
|
||||||
gst-sharp.dll: *.cs
|
gst-sharp.dll: *.cs
|
||||||
$(MCS) --unsafe --target library -r glib-sharp.dll -o gst-sharp.dll --recurse '*.cs'
|
$(MCS) --unsafe --target library -L ../glib -r glib-sharp.dll -o gst-sharp.dll --recurse '*.cs'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.dll
|
rm -f *.dll
|
||||||
|
|
Loading…
Reference in a new issue