mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
15 lines
422 B
Meson
15 lines
422 B
Meson
giowin32_sources = [
|
|
'gwin32fsmonitorutils.c',
|
|
'gwin32filemonitor.c',
|
|
'gwinhttpvfs.c',
|
|
'gwinhttpfile.c',
|
|
'gwinhttpfileinputstream.c',
|
|
'gwinhttpfileoutputstream.c',
|
|
]
|
|
|
|
giowin32_lib = static_library('giowin32',
|
|
sources : [giowin32_sources, gioenumtypes_h],
|
|
include_directories : [configinc, glibinc, gioinc, gmoduleinc],
|
|
pic : true,
|
|
c_args : [ '-DHAVE_CONFIG_H', '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
|