Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
15
gio/win32/meson.build
Normal file
15
gio/win32/meson.build
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
giowin32_sources = [
|
||||
'gwin32fsmonitorutils.c',
|
||||
'gwin32filemonitor.c',
|
||||
'gwinhttpvfs.c',
|
||||
'gwinhttpfile.c',
|
||||
'gwinhttpfileinputstream.c',
|
||||
'gwinhttpfileoutputstream.c',
|
||||
]
|
||||
|
||||
giowin32_lib = static_library('giowin32',
|
||||
sources : [giowin32_sources],
|
||||
include_directories : [configinc, glibinc, gioinc, gmoduleinc],
|
||||
dependencies : [libintl, gioenumtypes_dep],
|
||||
pic : true,
|
||||
c_args : gio_c_args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue