2001-02-17 Hans Breuer <hans@breuer.org> * */*/makefile.msc */makefile.msc : from now on use make.msc from $(TOP)/glib/build/win32; all occurences of DIRENT removed and general update * app/config/makefile.msc app/paint/makefile.msc app/plug-in/makefile.msc themes/Default/makefile.msc : new files * app/base/base.c : ported to GDir usage * app/config/gimpconfig-serialize.c : app/config/gimpconfig-deserialize.c : HAVE_UNISTD_H * app/config/gimpconfig.c : app/config/gimprc.c : HAVE_UNISTD_H, use <io.h> for open() prototype and merged pmode parameter (_S_IREAD | _S_IWRITE) * app/core/cpercep.c : msvc doesn't have cbrt(), provide it via pow(). Also include <glib.h> for painless 'inline' definition. * app/core/gimpdatafiles.c : ported to GDir usage * app/core/gimpimage-convert.c : work around a msvc compiler limitation (can't convert from uint64 to double) * app/file/file-open.c app/file/file-save.c : access() -> _access() for G_OS_WIN32 * app/plug-in/plug-in.c : HAVE_UNISTD_H and <io.h> * libgimpbase/gimpbase.def : updated externals * libgimpbase/gimpenv.c : define WIN32_LEAN_AND_MEAN to avoid clashes with incompatible DATADIR definitions * libgimpcolor/gimpcolor.def : updated externals * lingimpmath/gimpmath.def : updated externals * libgimpwidgets/gimpwidgets.def : updated externals * libgimpwidgets/libgimp-glue.c : adapt to const changes of some prototypes * plug-ins/makefile.msc : disabled gdyntext * plug-ins/gap/iter_ALT/*/*.inc : GimpRunModeType -> GimpRunMode * plug-ins/FractalExplorer/FractalExplorer.c : * plug-ins/gap/gap_lib.c : * plug-ins/gfig/gfig.c : * plug-ins/gflare/gflare.c : * plug-ins/gimpressionist/gimpressionist.c : replaced DIRENT usage with GDir * plug-ins/script-fu/script-fu-scripts.c : #include <windows.h> to get the Sleep() prototype
111 lines
2.8 KiB
Text
111 lines
2.8 KiB
Text
# autogenerated from automake.am with automake.py
|
|
TOP = ..\..\..
|
|
PRJ_TOP = ..\..
|
|
PACKAGE = apptools
|
|
PKG_VER = 1.3
|
|
!INCLUDE $(TOP)\glib\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) $(INTL_LIBS) \
|
|
..\..\libgimpbase\gimpbase-$(PKG_VER).lib \
|
|
..\..\libgimpcolor\gimpcolor-$(PKG_VER).lib \
|
|
..\..\libgimpmath\gimpmath-$(PKG_VER).lib \
|
|
..\..\libgimpwidgets\gimpwidgets-$(PKG_VER).lib \
|
|
..\paint-funcs\apppaint-funcs-$(PKG_VER).lib \
|
|
..\base\appbase-$(PKG_VER).lib \
|
|
..\core\appcore-$(PKG_VER).lib \
|
|
..\gui\appgui-$(PKG_VER).lib \
|
|
..\widgets\appwidgets-$(PKG_VER).lib \
|
|
|
|
OBJECTS = \
|
|
tools.obj \
|
|
gimpairbrushtool.obj \
|
|
gimpbezierselecttool.obj \
|
|
gimpblendtool.obj \
|
|
gimpbrightnesscontrasttool.obj \
|
|
gimpbucketfilltool.obj \
|
|
gimpbycolorselecttool.obj \
|
|
gimpclonetool.obj \
|
|
gimpcolorbalancetool.obj \
|
|
gimpcolorbalancetool-transfer.obj \
|
|
gimpcolorpickertool.obj \
|
|
gimpconvolvetool.obj \
|
|
gimpcroptool.obj \
|
|
gimpcurvestool.obj \
|
|
gimpdodgeburntool.obj \
|
|
gimpdrawtool.obj \
|
|
gimpeditselectiontool.obj \
|
|
gimpellipseselecttool.obj \
|
|
gimperasertool.obj \
|
|
gimpfliptool.obj \
|
|
gimpfreeselecttool.obj \
|
|
gimpfuzzyselecttool.obj \
|
|
gimphistogramtool.obj \
|
|
gimphuesaturationtool.obj \
|
|
gimpimagemaptool.obj \
|
|
gimpinktool.obj \
|
|
gimpinktool-blob.obj \
|
|
gimpiscissorstool.obj \
|
|
gimplevelstool.obj \
|
|
gimpmagnifytool.obj \
|
|
gimpmeasuretool.obj \
|
|
gimpmovetool.obj \
|
|
gimppaintbrushtool.obj \
|
|
gimppainttool.obj \
|
|
gimppathtool.obj \
|
|
gimppenciltool.obj \
|
|
gimpperspectivetool.obj \
|
|
gimpposterizetool.obj \
|
|
gimprectselecttool.obj \
|
|
gimprotatetool.obj \
|
|
gimpscaletool.obj \
|
|
gimpselectiontool.obj \
|
|
gimpsheartool.obj \
|
|
gimpsmudgetool.obj \
|
|
gimptexttool.obj \
|
|
gimpthresholdtool.obj \
|
|
gimptool.obj \
|
|
gimptoolmodule.obj \
|
|
gimptransformtool.obj \
|
|
transform_options.obj \
|
|
paint_options.obj \
|
|
selection_options.obj \
|
|
tool_options.obj \
|
|
tool_manager.obj \
|
|
path_tool.obj \
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/app \
|
|
$(GTK2_CFLAGS) $(FREETYPE2_CFLAGS) \
|
|
-I$(includedir)
|
|
|
|
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) $<
|