mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	It’s no longer used in any of the headers. See preceding commits. Signed-off-by: Philip Withnall <withnall@endlessm.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			402 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			402 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
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)
 |