From fa354890cc65337fb86cbf76a904e739f3e8e5ac Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 14 Nov 1999 02:08:07 +0000 Subject: [PATCH] Include config.h for ENABLE_NLS. 1999-11-14 Tor Lillqvist * libgimp/gimpexport.c: Include config.h for ENABLE_NLS. * libgimp/makefile.{cygwin,msc}: Add gimpselection. * libgimp/gimp.def: Add its entry points. * plug-ins/makefile.{cygwin,msc}: Remove rotators. --- ChangeLog | 10 ++++++++++ libgimp/gimp.def | 2 ++ libgimp/gimpexport.c | 1 + libgimp/makefile.cygwin | 7 +++++++ libgimp/makefile.msc | 1 + plug-ins/makefile.cygwin | 2 +- plug-ins/makefile.msc | 2 +- 7 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9fbdb22203..9f0fc4336b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1999-11-14 Tor Lillqvist + + * libgimp/gimpexport.c: Include config.h for ENABLE_NLS. + + * libgimp/makefile.{cygwin,msc}: Add gimpselection. + + * libgimp/gimp.def: Add its entry points. + + * plug-ins/makefile.{cygwin,msc}: Remove rotators. + Sat Nov 13 22:13:01 MET 1999 Sven Neumann * plug-ins/common/Makefile.am diff --git a/libgimp/gimp.def b/libgimp/gimp.def index 44f0ac580d..4b4e727934 100644 --- a/libgimp/gimp.def +++ b/libgimp/gimp.def @@ -225,6 +225,8 @@ EXPORTS gimp_run_procedure gimp_run_procedure2 gimp_run_temp + gimp_selection_float + gimp_selection_is_empty gimp_set_data gimp_tile_cache_ntiles gimp_tile_cache_size diff --git a/libgimp/gimpexport.c b/libgimp/gimpexport.c index f3b09fd4f7..fe18bff64b 100644 --- a/libgimp/gimpexport.c +++ b/libgimp/gimpexport.c @@ -16,6 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +#include "config.h" #include diff --git a/libgimp/makefile.cygwin b/libgimp/makefile.cygwin index 855802edf5..8f432480b4 100644 --- a/libgimp/makefile.cygwin +++ b/libgimp/makefile.cygwin @@ -80,6 +80,7 @@ gimp_OBJECTS = \ gimpparasite.o \ gimppixelrgn.o \ gimpprotocol.o \ + gimpselection.o \ gimptile.o \ gimpunit.o \ gimpwire.o \ @@ -144,9 +145,15 @@ gimpui_OBJECTS = \ gimpui-$(GIMP_VER).dll : $(gimpui_OBJECTS) gimpui.def $(GLIB)/build-dll gimpui $(GIMP_VER) gimpui.def -s $(gimpui_OBJECTS) -L . -lgimp-$(GIMP_VER) -L $(GTK)/gtk -lgtk-$(GTK_VER) -L $(GTK)/gdk/win32 -lgdk-$(GTK_VER) -L $(INTL) -lgnu-intl -L $(GLIB) -lglib-$(GLIB_VER) +.SUFFIXES: .c .o .i + # General rule for compiling, used by the objects that don't go into # gimp-$(GIMP_VER).dll. .c.o: $(CC) $(CFLAGS) -c $< + +.c.i: + $(CC) $(CFLAGS) -E $< >$@ + clean: -rm *.o *.exe *.dll *.a *.base *.exp diff --git a/libgimp/makefile.msc b/libgimp/makefile.msc index 9f4e2c17f1..f681ed6e55 100644 --- a/libgimp/makefile.msc +++ b/libgimp/makefile.msc @@ -86,6 +86,7 @@ gimp_OBJECTS = \ gimpparasite.obj\ gimppixelrgn.obj\ gimpprotocol.obj\ + gimpselection.obj\ gimptile.obj \ gimpunit.obj \ gimpwire.obj \ diff --git a/plug-ins/makefile.cygwin b/plug-ins/makefile.cygwin index b34d3c4ec2..dd56332b74 100644 --- a/plug-ins/makefile.cygwin +++ b/plug-ins/makefile.cygwin @@ -25,7 +25,7 @@ FROMPLUGINSDIR=YES # Used to bypass other parts below COMMON1 = CEL CML_explorer align_layers animationplay animoptimize apply_lens autocrop autostretch_hsv blinds blur bumpmap c_astretch checkerboard colorify compose convmatrix csource cubism curve_bend COMMON2 = decompose deinterlace depthmerge despeckle destripe diffraction displace edge emboss engrave exchange film flarefx fractaltrace COMMON3 = gauss_iir gauss_rle gbr gee gicon gif gifload glasstile gpb gqbist gradmap grid gtm guillotine gz header hot hrz illusion iwarp jigsaw jpeg laplace lic -COMMON4 = mapcolor max_rgb mblur newsprint nlfilt noisify normalize nova oilify papertile pat pcx pix pixelize plasma plugindetails png pnm polar ps psd psp randomize ripple rotate rotators +COMMON4 = mapcolor max_rgb mblur newsprint nlfilt noisify normalize nova oilify papertile pat pcx pix pixelize plasma plugindetails png pnm polar ps psd psp randomize ripple rotate COMMON5 = sample_colorize scatter_hsv semiflatten sharpen shift smooth_palette snoise sobel sparkle spheredesigner spread sunras tga threshold_alpha tiff tile tileit tiler video vinvert vpropagate waves whirlpinch winclipboard wind winprint wmf xbm xwd zealouscrop # These have own subdirectories each diff --git a/plug-ins/makefile.msc b/plug-ins/makefile.msc index 5d287b9c30..cd68345f33 100644 --- a/plug-ins/makefile.msc +++ b/plug-ins/makefile.msc @@ -24,7 +24,7 @@ FROMPLUGINSDIR=YES # Used to bypass other parts below COMMON1 = CEL CML_explorer align_layers animationplay animoptimize apply_lens autocrop autostretch_hsv blinds blur bumpmap c_astretch checkerboard colorify compose convmatrix csource cubism curve_bend COMMON2 = decompose deinterlace depthmerge despeckle destripe diffraction displace edge emboss engrave exchange film flarefx fractaltrace COMMON3 = gauss_iir gauss_rle gbr gee gicon gif gifload glasstile gpb gqbist gradmap grid gtm guillotine gz header hot hrz illusion iwarp jigsaw jpeg laplace lic -COMMON4 = mapcolor max_rgb mblur newsprint nlfilt noisify normalize nova oilify papertile pat pcx pix pixelize plasma plugindetails png pnm polar ps psd randomize ripple rotate rotators +COMMON4 = mapcolor max_rgb mblur newsprint nlfilt noisify normalize nova oilify papertile pat pcx pix pixelize plasma plugindetails png pnm polar ps psd randomize ripple rotate COMMON5 = sample_colorize scatter_hsv semiflatten sharpen shift smooth_palette snoise sobel sparkle spheredesigner spread sunras tga threshold_alpha tiff tile tileit tiler video vinvert vpropagate waves whirlpinch winclipboard wind winprint wmf xbm xwd zealouscrop # These have own subdirectories each