Skip to content
  • Tor Lillqvist's avatar
    Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. · 31c5b189
    Tor Lillqvist authored
    2001-02-21  Tor Lillqvist  <tml@iki.fi>
    
    	Cygwin support contributed by Stefan Ondrejicka
    	<ondrej@idata.sk>. Hopefully I got it all in while simultaneously
    	adding support for auto*/libtool for mingw.
    
    	* Makefile.am: Changes for auto* support on Cygwin and Win32. Do
    	still distribute the hand-written makefiles and *.win32.in files,
    	though. Use GIO, GSPAWN and PLATFORMDEP macros set by configure.
    	Use -no-undefined. Pass -export-symbols glib.def to libtool.
    
    	* configure.in: Define G_PLATFORM_WIN32 on both pure Win32 (mingw)
    	and Cygwin. Add AC_CYGWIN, AC_EXEEXT and AC_LIBTOOL_WIN32_DLL
    	calls for Cygwin and mingw support.  Check for %I64u guint64
    	format (in MS C library). Set G_MODULE_IMPL on mingw and
    	Cygwin. Use ac_object and ac_exeext.  Set GIO, GSPAWN, PLATFORMDEP
    	and G_LIBS_EXTRA. Compile timeloop only on Unix. Define OS_WIN32
    	automake conditional on Win32.
    
    	* glib.h: Include gwin32.h also on Cygwin.
    
    	* gfileutils.c (get_cont...
    31c5b189