Skip to content
  • Hans Breuer's avatar
    from now on use make.msc from $(TOP)/glib/build/win32; all occurences of · 6cb914db
    Hans Breuer authored
    2001-02-17  Hans Breuer  <hans@breuer.org>
    
    	* */*/makefile.msc */makefile.msc : from now on use
    	make.msc from $(TOP)/glib/build/win32; all occurences
    	of DIRENT removed and general update
    
    	* app/config/makefile.msc app/paint/makefile.msc
    	  app/plug-in/makefile.msc themes/Default/makefile.msc :
    	new files
    
    	* app/base/base.c : ported to GDir usage
    
    	* app/config/gimpconfig-serialize.c :
    	  app/config/gimpconfig-deserialize.c : HAVE_UNISTD_H
    	* app/config/gimpconfig.c :
    	  app/config/gimprc.c : HAVE_UNISTD_H, use <io.h> for
    	open() prototype and merged pmode parameter
    	(_S_IREAD | _S_IWRITE)
    
    	* app/core/cpercep.c : msvc doesn't have cbrt(), provide
    	it via pow(). Also include <glib.h> for painless 'inline'
    	definition.
    
    	* app/core/gimpdatafiles.c : ported to GDir usage
    
    	* app/core/gimpimage-convert.c : work around a msvc compiler
    	limitation (can't convert from uint64 to double)
    
    	* app/file/file-open.c app/file/file-save.c :
    	a...
    6cb914db