2001-07-22 Hans Breuer <hans@breuer.org> * app/*/makefile.msc : * plug-ins/makefile.msc : * libgimp/gimp.def : * libgimpwidgets/gimpwidgets.def : updated * makefile.msc : * app/xcf/makefile.msc : * regexrepl/makefile.msc : new files * app/base/base-config.c : a work-around for a gccism with structure initialization * app/core/gimp.c : * app/core/gimpimage-new.c : * app/gui/color-area.c * app/widgets/gimpdialogfactory.c * app/xcf/xcf-load.c * app/xcf/xcf-save.c * app/xcf/xcf-write.c * plug-ins/common/plasma.c : * plug-ins/flame/libifs.c : added <string.h> for strlen(), strcpy(), memcpy(), memcmp() and friends * plug-ins/imagemap/imap_rectangle.c : * plug-ins/ifscompose/ifscompose_storage.c : added <stdlib.h> for abs() * plug-ins/common/spheredesigner.c : reflect renaming of drawable.id drawable.drawable_id * plug-ins/script-fu/siod-wrapper.c : <string.h> and conditional use of script_fu_server_quit () cause there is not yet script-fu server on win32.
66 lines
1.5 KiB
Text
66 lines
1.5 KiB
Text
# autogenerated from automake.am with automake.py
|
|
# and slightly modified
|
|
|
|
TOP = ..\..\..
|
|
PRJ_TOP = ..\..
|
|
PACKAGE = appbase
|
|
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) \
|
|
..\..\libgimpcolor\gimpcolor-$(PKG_VER).lib \
|
|
..\paint-funcs\apppaint-funcs.lib
|
|
|
|
OBJECTS = \
|
|
base.obj \
|
|
base-config.obj \
|
|
boundary.obj \
|
|
brush-scale.obj \
|
|
gimphistogram.obj \
|
|
gimplut.obj \
|
|
lut-funcs.obj \
|
|
pixel-processor.obj \
|
|
pixel-region.obj \
|
|
pixel-surround.obj \
|
|
temp-buf.obj \
|
|
tile.obj \
|
|
tile-cache.obj \
|
|
tile-manager.obj \
|
|
tile-manager-crop.obj \
|
|
tile-swap.obj \
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/app \
|
|
$(GLIB_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) $<
|