2003-12-12 Hans Breuer <hans@breuer.org> [ I've postponed my reservations against pangoft2/fontconfig/freetype2 usage, so The Gimp should now build with msvc without patching it. ] * app/makefile.msc app/text/makefile.msc : use $(PANGOFT2_CFLAGS) etc. * libgimpthumb/makefile.msc : (new file) * makefile.msc : added libgimpthumb * libgimpthumb/gimpthumbnail.c : include gimpwin32-io.h * libgimpthumb/gimpthumb-utils.c : don't compare size pointer with GIMP_THUMB_SIZE_FAIL but *size * plug-ins/makefile.msc : handle libgimpoldpreview * plug-ins/common/decompose.c : define cbrt() if not __GLIBC__ * plug-ins/common/winclipboard.c : make it compile without gimpcompat.h * plug-ins/imagemap/imagemap_csim_lex.c : its a generated file but still win32/msvc has no unistd.h * plug-ins/pygimp/makefile.msc : (new file) to use the binary you need to patch glib, see bug #98737 * plug-ins/libgimpoldpreview.c : use <libgimp/gimp.h> instead of "gimp.h" * **/Makefile.am : added makefile.msc to EXTRA_DIST
73 lines
1.8 KiB
Text
73 lines
1.8 KiB
Text
# autogenerated from automake.am with automake.py
|
|
TOP = ..\..\..
|
|
PRJ_TOP = ..\..
|
|
PACKAGE = apptext
|
|
PKG_VER = 1.3
|
|
!INCLUDE $(TOP)\glib\build\win32\make.msc
|
|
|
|
PKG_LINK = \
|
|
$(GLIB_LIBS) $(PANGOFT2_LIBS) \
|
|
$(FREETYPE2_LIBS) \
|
|
..\config\appconfig-$(PKG_VER).lib \
|
|
..\base\appbase-$(PKG_VER).lib \
|
|
..\..\libgimpbase\gimpbase-$(PKG_VER).lib \
|
|
\
|
|
..\core\appcore-$(PKG_VER).lib
|
|
|
|
OBJECTS = \
|
|
gimp-fonts.obj \
|
|
gimpfont.obj \
|
|
gimpfontlist.obj \
|
|
gimptext.obj \
|
|
gimptext-parasite.obj \
|
|
!IFNDEF PANGO_WIN32_EXTENDED
|
|
gimptext-bitmap.obj \
|
|
gimptext-vectors.obj \
|
|
!ELSE
|
|
gimptext-bitmap-win32.obj \
|
|
gimptext-vectors-win32.obj \
|
|
!ENDIF
|
|
gimptext-compat.obj \
|
|
gimptext-xlfd.obj \
|
|
gimptextlayer.obj \
|
|
gimptextlayer-xcf.obj \
|
|
gimptextlayout.obj \
|
|
gimptextlayout-render.obj \
|
|
text-enums.obj \
|
|
|
|
INCLUDES = \
|
|
-FImsvc_recommended_pragmas.h \
|
|
-DUSE_PANGO_WIN32 \
|
|
-I$(PRJ_TOP) \
|
|
-I$(PRJ_TOP)/app \
|
|
$(GLIB_CFLAGS) \
|
|
$(FONTCONFIG_CFLAGS) \
|
|
$(PANGO_CFLAGS) $(GTK2_CFLAGS) \
|
|
!IFNDEF PANGO_WIN32_EXTENDED
|
|
$(FREETYPE2_CFLAGS)
|
|
!ENDIF
|
|
|
|
all : \
|
|
$(PRJ_TOP)\config.h \
|
|
$(PACKAGE).lib \
|
|
!IFDEF DLLGIMP
|
|
$(PACKAGE)-$(PKG_VER).dll
|
|
!ENDIF
|
|
|
|
$(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) $<
|