updated msvc build add ENABLE_TOOLBOX_MENU, it should only vanish on Mac

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
This commit is contained in:
Hans Breuer 2007-10-27 12:41:43 +00:00 committed by Hans Breuer
parent a06b384599
commit c17fbf8c14
8 changed files with 17 additions and 4 deletions

View file

@ -1,3 +1,11 @@
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)
2007-10-27 Tor Lillqvist <tml@novell.com>
* libgimpbase/gimpenv.c (gimp_toplevel_directory): Drop the Win9x

View file

@ -41,6 +41,7 @@ OBJECTS = \
tile-manager-crop.obj \
tile-manager-preview.obj \
tile-pyramid.obj \
tile-rowhints.obj \
tile-swap.obj \
INCLUDES = \

View file

@ -13,8 +13,6 @@ OBJECTS = \
file-procedure.obj \
file-save.obj \
file-utils.obj \
gimprecentitem.obj \
gimprecentlist.obj \
INCLUDES = \
-FImsvc_recommended_pragmas.h \

View file

@ -912,3 +912,5 @@ gimp_image_parasite_attach
gimp_image_parasite_detach
gimp_image_get_active_drawable
gimp_image_get_load_proc

View file

@ -45,7 +45,8 @@ INCLUDES = \
-I$(includedir)
DEFINES = \
-DG_LOG_DOMAIN=\"Gimp-GUI\"
-DG_LOG_DOMAIN=\"Gimp-GUI\" \
-DGIMP_COMMAND=\"gimp.exe\"
all : \
$(PRJ_TOP)\config.h \

View file

@ -44,6 +44,7 @@ OBJECTS = \
\
plug-in-enums.obj \
plug-in-icc-profile.obj \
plug-in-menu-path.obj \
plug-in-params.obj \
plug-in-rc.obj

View file

@ -186,3 +186,6 @@
/* Define if you have the i library (-li). */
/* #undef HAVE_LIBI */
/* File + Xtns at the toolbox, only *not* on OSX */
#define ENABLE_TOOLBOX_MENU 1

View file

@ -49,7 +49,6 @@ OBJECTS = \
gimpcolorscales.obj \
gimpcolorselect.obj \
gimpcolorselection.obj \
gimpcolordisplaystack.obj \
gimpcolorselector.obj \
gimpcontroller.obj \
gimpdialog.obj \