include "gimpcontext.h" for gimp_context_set_gradient()

2006-09-03  Hans Breuer  <hans@breuer.org>

	* app/core/gimp-gradients.c : include "gimpcontext.h" for
	gimp_context_set_gradient()

	* **/makefile.msc app/gimpcore.def : updated
This commit is contained in:
Hans Breuer 2006-09-03 12:39:24 +00:00 committed by Hans Breuer
parent 47b50d9123
commit ad6829dde0
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2006-09-03 Hans Breuer <hans@breuer.org>
* app/core/gimp-gradients.c : include "gimpcontext.h" for
gimp_context_set_gradient()
* **/makefile.msc app/gimpcore.def : updated
2006-09-03 Michael Natterer <mitch@gimp.org>
* app/paint/paint-enums.[ch]: renamed enum GimpCloneAlignMode to

View File

@ -26,6 +26,7 @@
#include "core-types.h"
#include "gimp.h"
#include "gimpcontext.h"
#include "gimpcontainer.h"
#include "gimpdatafactory.h"
#include "gimpgradient.h"

View File

@ -843,3 +843,13 @@ gimp_progress_get_window
gimp_select_criterion_get_type
gimp_show_message
gimp_value_set_item
gimp_gradient_has_fg_bg_segments
gimp_gradient_segment_set_left_color
gimp_gradient_segment_set_left_color_type
gimp_gradient_segment_set_right_color
gimp_gradient_segment_set_right_color_type
gimp_heal_get_type
gimp_heal_options_get_type
gimp_paint_core_get_type
gimp_source_core_get_type
gimp_source_options_get_type

View File

@ -23,9 +23,14 @@ sub-all:
sub-one:
cd $(THIS)
nmake -nologo -f makefile.msc
nmake -nologo -f makefile.msc $(TARGET)
cd ..
clean :: sub-clean
sub-clean:
for %d in ($(SUBDIRS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=clean
LDFLAGS = /link /subsystem:console /machine:ix86 $(LINKDEBUG)

View File

@ -53,6 +53,8 @@ OBJECTS = \
gimppenciloptions.obj \
gimpsmudge.obj \
gimpsmudgeoptions.obj \
gimpsourcecore.obj \
gimpsourceoptions.obj \
paint-enums.obj \
INCLUDES = \

View File

@ -32,6 +32,7 @@ OBJECTS = \
gimpblendoptions.obj \
gimpblendtool.obj \
gimpbrightnesscontrasttool.obj \
gimpbrushtool.obj \
gimpbucketfilloptions.obj \
gimpbucketfilltool.obj \
gimpbycolorselecttool.obj \

View File

@ -42,6 +42,7 @@ OBJECTS = \
gimpparasite.obj \
gimpparasiteio.obj \
gimpprotocol.obj \
gimprectangle.obj \
gimpreloc.obj \
gimpsignal.obj \
gimpunit.obj \

View File

@ -35,6 +35,7 @@ OBJECTS = \
gimpbilinear.obj \
gimpcmyk.obj \
gimpcolorspace.obj \
gimphsl.obj \
gimphsv.obj \
gimprgb.obj \
gimprgb-parse.obj \