mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:05:29 +00:00
321181b761
This includes changes to fix the build, and changes to custom code that gets added to the generated code. I.e. File.cs now becomes IFile.cs
26 lines
442 B
Makefile
26 lines
442 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = gio
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gio-sharp-3.0.pc
|
|
INCLUDE_API = $(top_srcdir)/glib/glib-api.xml
|
|
METADATA = Gio.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
glue_includes = gio/gio.h
|
|
|
|
POLICY_VERSIONS=
|
|
|
|
sources = \
|
|
AppInfoAdapter.cs \
|
|
FileAdapter.cs \
|
|
FileEnumerator.cs \
|
|
FileFactory.cs \
|
|
GioStream.cs \
|
|
IFile.cs
|
|
|
|
add_dist = gio-sharp-3.0.pc.in
|
|
|
|
include ../Makefile.include
|
|
|