Include config.h for ENABLE_NLS.

1999-11-14  Tor Lillqvist  <tml@iki.fi>

* 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.
This commit is contained in:
Tor Lillqvist 1999-11-14 02:08:07 +00:00 committed by Tor Lillqvist
parent 04faa19f90
commit fa354890cc
7 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,13 @@
1999-11-14 Tor Lillqvist <tml@iki.fi>
* 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 <sven@gimp.org> Sat Nov 13 22:13:01 MET 1999 Sven Neumann <sven@gimp.org>
* plug-ins/common/Makefile.am * plug-ins/common/Makefile.am

View File

@ -225,6 +225,8 @@ EXPORTS
gimp_run_procedure gimp_run_procedure
gimp_run_procedure2 gimp_run_procedure2
gimp_run_temp gimp_run_temp
gimp_selection_float
gimp_selection_is_empty
gimp_set_data gimp_set_data
gimp_tile_cache_ntiles gimp_tile_cache_ntiles
gimp_tile_cache_size gimp_tile_cache_size

View File

@ -16,6 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include "config.h"
#include <gtk/gtk.h> #include <gtk/gtk.h>

View File

@ -80,6 +80,7 @@ gimp_OBJECTS = \
gimpparasite.o \ gimpparasite.o \
gimppixelrgn.o \ gimppixelrgn.o \
gimpprotocol.o \ gimpprotocol.o \
gimpselection.o \
gimptile.o \ gimptile.o \
gimpunit.o \ gimpunit.o \
gimpwire.o \ gimpwire.o \
@ -144,9 +145,15 @@ gimpui_OBJECTS = \
gimpui-$(GIMP_VER).dll : $(gimpui_OBJECTS) gimpui.def 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) $(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 # General rule for compiling, used by the objects that don't go into
# gimp-$(GIMP_VER).dll. # gimp-$(GIMP_VER).dll.
.c.o: .c.o:
$(CC) $(CFLAGS) -c $< $(CC) $(CFLAGS) -c $<
.c.i:
$(CC) $(CFLAGS) -E $< >$@
clean: clean:
-rm *.o *.exe *.dll *.a *.base *.exp -rm *.o *.exe *.dll *.a *.base *.exp

View File

@ -86,6 +86,7 @@ gimp_OBJECTS = \
gimpparasite.obj\ gimpparasite.obj\
gimppixelrgn.obj\ gimppixelrgn.obj\
gimpprotocol.obj\ gimpprotocol.obj\
gimpselection.obj\
gimptile.obj \ gimptile.obj \
gimpunit.obj \ gimpunit.obj \
gimpwire.obj \ gimpwire.obj \

View File

@ -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 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 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 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 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 # These have own subdirectories each

View File

@ -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 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 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 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 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 # These have own subdirectories each