Add gdisplay_color_ui.[ch].

* app/makefile.{cygwin,msc}: Add gdisplay_color_ui.[ch].
This commit is contained in:
Tor Lillqvist
1999-08-31 17:03:34 +00:00
parent 2eafd14351
commit c056ca170a
3 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
* plug-ins/makefile.{cygwin,msc}: Add spheredesigner.
* app/makefile.{cygwin,msc}: Add gdisplay_color_ui.[ch].
Tue Aug 31 14:25:50 CET 1999 vidar@prosalg.no (Vidar Madsen)
* plug-ins/common/Makefile.am

View File

@ -126,6 +126,7 @@ gimp_OBJECTS = \
gdisplay.o \
gdisplay_cmds.o \
gdisplay_color.o \
gdisplay_color_ui.o \
gdisplay_ops.o \
general.o \
gimage.o \

View File

@ -133,6 +133,7 @@ gimp_OBJECTS = \
gdisplay.obj \
gdisplay_cmds.obj \
gdisplay_color.obj \
gdisplay_color_ui.obj \
gdisplay_ops.obj \
general.obj \
gimage.obj \