2001-07-28 Hans Breuer <hans@breuer.org> * */*/makefile.msc : updated for GTK2 build * app/widgets/makefile.msc : (new file) forgot this one last time * plug-ins/common/animationplay.c : reflect that GTK2 has its gdk<x|win32|fb>.h files in the back-end sub directories * plug-ins/common/gif.c : * plug-ins/common/jpeg.c : * plug-ins/dbbrowser/dbbrowser_utils.c : * plug-ins/gap/gap_dbbrowser_utils.c : * plug-ims/gimpressionist/presets.c : * plug-ims/gimpressionist/imap_setting.c : * plug-ims/gimpressionist/imap_source.c : * plug-ims/script-fu/script-fu-console.c : * plug-ims/script-fu/script-fu-scripts.c : #define GTK_ENABLE_BROKEN and include <gtk/gtktext.h> to make them compile/work again * plug-ins/common/spheredesigner.c : gtk_color_selction_set_opacity renamed to gtk_color_selction_set_current_alpha * plug-ins/gflare/gtkmultioptionmenu.c : ported ny removing the virtual draw function and style->xthickness and ythickness via direct access, klass field isn't available anymore * plug-ins/common/nlfilt.c : * plug-ims/gap/gap_movdialog.c : * plug-ims/gimpressionist/gimpressionist.c : gtk_widget_set_default_visible is neither available nor needed anymore * plug-ins/common/plugindetails.c : ported to GtkTextBuffer and reflect gtk_paned api changes * plug-ims/gimpressionist/imap_preview.c : replace GTK_WIDGET(a)->klass access by GTK_WIDGET_GET_CLASS(a) * plug-ims/gimpressionist/imap_selection.c : * plug-ims/gimpressionist/imap_toolbar.c : * plug-ims/gimpressionist/imap_tools.c : gtk_toolbar api changes
110 lines
2.4 KiB
Text
110 lines
2.4 KiB
Text
# autogenerated from automake.am with automake.py
|
|
TOP = ..\..\..
|
|
PRJ_TOP = ..\..
|
|
PACKAGE = appcore
|
|
PKG_VER = 1.3
|
|
!INCLUDE $(TOP)\build\win32\make.msc
|
|
|
|
top_srcdir = $(PRJ_TOP)
|
|
top_builddir = $(PRJ_TOP)
|
|
includedir = $(PRJ_TOP)
|
|
LT_RELEASE = $(PKG_VER)
|
|
|
|
PKG_LINK = \
|
|
$(GLIB_LIBS) $(GTK2_LIBS) \
|
|
..\base\appbase-$(PKG_VER).lib \
|
|
..\paint-funcs\apppaint-funcs-$(PKG_VER).lib \
|
|
..\..\libgimpbase\gimpbase-$(PKG_VER).lib \
|
|
..\..\libgimpcolor\gimpcolor-$(PKG_VER).lib
|
|
|
|
OBJECTS = \
|
|
gimp.obj \
|
|
gimpbrush.obj \
|
|
gimpbrushgenerated.obj \
|
|
gimpbrushpipe.obj \
|
|
gimpbuffer.obj \
|
|
gimpchannel.obj \
|
|
gimpcontainer.obj \
|
|
gimpcontext.obj \
|
|
gimpcoreconfig.obj \
|
|
gimpdata.obj \
|
|
gimpdatafactory.obj \
|
|
gimpdatafiles.obj \
|
|
gimpdatalist.obj \
|
|
gimpdrawable.obj \
|
|
gimpdrawable-desaturate.obj \
|
|
gimpdrawable-equalize.obj \
|
|
gimpdrawable-histogram.obj \
|
|
gimpdrawable-invert.obj \
|
|
gimpdrawable-offset.obj \
|
|
gimpdrawable-preview.obj \
|
|
gimpedit.obj \
|
|
gimpgradient.obj \
|
|
gimpimage.obj \
|
|
gimpimage-colorhash.obj \
|
|
gimpimage-convert.obj \
|
|
gimpimage-crop.obj \
|
|
gimpimage-duplicate.obj \
|
|
gimpimage-mask.obj \
|
|
gimpimage-new.obj \
|
|
gimpimage-undo.obj \
|
|
gimplayer.obj \
|
|
gimplayermask.obj \
|
|
gimplist.obj \
|
|
gimpmarshal.obj \
|
|
gimpobject.obj \
|
|
gimppalette.obj \
|
|
gimppalette-import.obj \
|
|
gimpparasite.obj \
|
|
gimpparasitelist.obj \
|
|
gimppattern.obj \
|
|
gimppreviewcache.obj \
|
|
gimpscanconvert.obj \
|
|
gimptoolinfo.obj \
|
|
gimpundo.obj \
|
|
gimpundostack.obj \
|
|
gimpunit.obj \
|
|
gimpviewable.obj \
|
|
|
|
|
|
OTHER_FILES = \
|
|
\
|
|
..\floating_sel.obj \
|
|
..\gimpparasite.obj \
|
|
..\parasitelist.obj \
|
|
..\drawable.obj \
|
|
..\datafiles.obj \
|
|
..\undo.obj \
|
|
..\path.obj
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/app \
|
|
$(GTK2_CFLAGS) \
|
|
-I$(includedir)
|
|
|
|
all : \
|
|
$(PRJ_TOP)\config.h \
|
|
$(PACKAGE).lib \
|
|
$(PACKAGE)-$(PKG_VER).dll
|
|
|
|
|
|
$(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
|
|
copy $(PRJ_TOP)\config.h.win32 $(PRJ_TOP)\config.h
|
|
|
|
RESOURCE = $(PACKAGE).res
|
|
|
|
$(PACKAGE).lib : $(OBJECTS)
|
|
lib /out:$(PACKAGE).lib $(OBJECTS)
|
|
|
|
$(PACKAGE)-$(PKG_VER).dll : $(OBJECTS) $(PACKAGE).def
|
|
$(CC) $(CFLAGS) -LD -Fe$(PACKAGE)-$(PKG_VER).dll $(OBJECTS) $(PKG_LINK) user32.lib advapi32.lib wsock32.lib $(LDFLAGS) /def:$(PACKAGE).def
|
|
|
|
$(PACKAGE).exe : $(OBJECTS) $(PACKAGE).def $(PACKAGE).res
|
|
$(CC) $(CFLAGS) -Fe$(PACKAGE).exe $(PACKAGE).res $(OBJECTS) $(PKG_LINK) \
|
|
user32.lib advapi32.lib shell32.lib wsock32.lib winspool.lib $(LDFLAGS) /def:$(PACKAGE).def
|
|
|
|
.c.obj :
|
|
$(CC) $(CFLAGS) -GD -c $(PKG_CFLAGS) $<
|