2003-11-16 Hans Breuer <hans@breuer.org> * app/text/*.c : still unacceptable patched to compile without FT2, see bug #113681 * **makefile.msc : updated * app/config/gimpconfig-dump.c : include gimpwin32-io.h * app/plug-in/plug-ins.c : don't depend on g_print handling %s with NULL pointers, it doesn't anymore with glib cvs at least not on win32 * app/widgets/gimppropwidgets.c libgimpbase/gimputils.c libgimpwidgets/gimpmemsizeentry.c : sorry about the mess, need to work-around a stupi not able to cast from guint64 to double * app/widgets/gimppropwidgets.c (gimp_prop_memsize_entry_new) : avoid 'overflow in floating-point constant arithmetic' by disabling an imho alays questionable g_return_val_if_fail() for _MSC_VER only * libgimpmodule/gimpmodule.def : sorted * libgimpwidgets/gimpfileselection.c : removed unused S_ISDIR definition * app/gui/themes.c : filenames in rc files need to be escaped
74 lines
1.9 KiB
Plaintext
74 lines
1.9 KiB
Plaintext
# autogenerated from automake.am with automake.py
|
|
# and slightly modified
|
|
TOP = ..\..\..
|
|
PRJ_TOP = ..\..
|
|
PACKAGE = appdisplay
|
|
PKG_VER = 1.3
|
|
!INCLUDE $(TOP)\glib\build\win32\make.msc
|
|
|
|
INCLUDES = \
|
|
-FImsvc_recommended_pragmas.h \
|
|
-I$(PRJ_TOP) \
|
|
-I$(PRJ_TOP)/app \
|
|
$(GTK2_CFLAGS) \
|
|
|
|
DEFINES = \
|
|
-DG_LOG_DOMAIN=\"Gimp-Display\"
|
|
|
|
PKG_LINK = \
|
|
$(GLIB_LIBS) $(GTK2_LIBS) \
|
|
..\base\appbase-$(PKG_VER).lib \
|
|
..\core\appcore-$(PKG_VER).lib \
|
|
|
|
OBJECTS = \
|
|
gimpcanvas.obj \
|
|
gimpdisplay.obj \
|
|
gimpdisplay-area.obj \
|
|
gimpdisplay-foreach.obj \
|
|
gimpdisplay-handlers.obj \
|
|
gimpdisplayoptions.obj \
|
|
gimpdisplayshell.obj \
|
|
gimpdisplayshell-appearance.obj \
|
|
gimpdisplayshell-callbacks.obj \
|
|
gimpdisplayshell-cursor.obj \
|
|
gimpdisplayshell-dnd.obj \
|
|
gimpdisplayshell-filter.obj \
|
|
gimpdisplayshell-filter-dialog.obj \
|
|
gimpdisplayshell-handlers.obj \
|
|
gimpdisplayshell-layer-select.obj \
|
|
gimpdisplayshell-render.obj \
|
|
gimpdisplayshell-scale.obj \
|
|
gimpdisplayshell-scroll.obj \
|
|
gimpdisplayshell-selection.obj \
|
|
gimpdisplayshell-title.obj \
|
|
gimpdisplayshell-transform.obj \
|
|
gimpnavigationview.obj \
|
|
gimpprogress.obj \
|
|
gimpstatusbar.obj \
|
|
display-enums.obj \
|
|
|
|
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) $<
|