mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00

2007-10-27 Hans Breuer <hans@breuer.org> * app/base/makefile.msc app/file/makefile.msc app/gimpcore.def app/gui/makefile.msc app/plug-in/makefile.msc libgimpwidgets/makefile.msc : updated msvc build * config.h.win32 : add ENABLE_TOOLBOX_MENU, it should only vanish on Mac OSX (Quartz build) svn path=/trunk/; revision=23964
56 lines
1.3 KiB
Text
56 lines
1.3 KiB
Text
# autogenerated from automake.am with automake.py
|
|
PACKAGE = appfile
|
|
TOP = ..\..\..
|
|
PRJ_TOP = ..\..
|
|
!include $(TOP)\glib\build\win32\make.msc
|
|
|
|
!INCLUDE $(PRJ_TOP)\gimpdefs.msc
|
|
PKG_VER = $(GIMP_VER)
|
|
|
|
|
|
OBJECTS = \
|
|
file-open.obj \
|
|
file-procedure.obj \
|
|
file-save.obj \
|
|
file-utils.obj \
|
|
|
|
INCLUDES = \
|
|
-FImsvc_recommended_pragmas.h \
|
|
-I$(PRJ_TOP) \
|
|
-I$(PRJ_TOP)/app \
|
|
$(GLIB_CFLAGS) \
|
|
$(GDK_PIXBUF_CFLAGS)
|
|
|
|
DEFINES = \
|
|
-DG_LOG_DOMAIN=\"Gimp-File\"
|
|
|
|
PKG_LINK = \
|
|
$(GLIB_LIBS) $(INTL_LIBS) \
|
|
..\base\appbase-$(PKG_VER).lib \
|
|
..\core\appcore-$(PKG_VER).lib \
|
|
|
|
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) $<
|