Skip to content
  • Hans Breuer's avatar
    updated · e17baf71
    Hans Breuer authored
    2002-09-06  Hans Breuer  <hans@breuer.org>
    
    	* */*/makefile.msc : updated
    
    	* libgimptool/makefile.msc : new file, libgimptool
    	is currently build as static lib due to references
    	into app/core
    
    	* themes/Default/makefile.msc : removed
    	* themes/Default/images/makefile.msc : new file
    
    	* libgimpwidgets/makefile.msc libgimpwidgets/gimpwidgets.c
    	updated (externals)
    
    	* app/paint-funcs.c : replaced gccism varibale size array on
    	stack with portable alloca, removed sizeof(buf) check which
    	must fail now.
    
    	* app/config/gimpconfig.c : get write/close protos
    	on win32 from io.h
    	* app/config/gimprc.c : dito and <string.h>
    	* app/config/gimpscanner.c : <string.h> only
    
    	* app/core/gimpcontainer.c : workaround for clumsy
    	compilers not supporting vararg macros
    
    	* app/core/gimpdocumentlist.c app/core/gimpparasitelist.c
    	include <io.h> on win32
    
    	* app/widgets/gimpdocumentview.c
    	  app/widgets/gimpimagedock.c
    	  app/widgets/gimppreview.c : add #ifdef __GNUC__
    	to avoid breaking on non standard pragma #war...
    e17baf71