mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-04-18 16:11:45 +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
|
||||
--libs gstreamer
|
||||
* 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>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ windows:
|
|||
linux: gst-sharp.dll
|
||||
|
||||
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:
|
||||
rm -f *.dll
|
||||
|
|
Loading…
Reference in a new issue