mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-09 20:20:49 +00:00

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.
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
# autogenerated from automake.am with automake.py
|
|
# and slightly modifies
|
|
|
|
TOP = ..\..
|
|
PRJ_TOP = ..
|
|
PACKAGE = regexrepl
|
|
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_CFLAGS = -I ..
|
|
|
|
OBJECTS = \
|
|
regex.obj \
|
|
|
|
regex.obj : regex.c regex.h
|
|
$(CC) $(CFLAGS) -GD -c -DREGEX_MALLOC -DHAVE_STRING_H $(PKG_CFLAGS) regex.c
|
|
|
|
all : \
|
|
$(PRJ_TOP)\config.h \
|
|
$(PACKAGE).lib
|
|
|
|
|
|
$(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) $<
|