TILE_WIDTH is used unconditionally so always include "tile.h" WIN32 needs
2005-02-19 Hans Breuer <hans@breuer.org> * app/base/pixel-processor.c : TILE_WIDTH is used unconditionally so always include "tile.h" * app/base/tile-swap.c : WIN32 needs <process.h> for _getpid() * app/dialogs/user-install-dialog.c : include gimpwin32-io.h * libgimpbase/gimpwin32-io.h : there are no group or other flags in msvcrt, define S_IGRP etc in terms of _S_IREAD etc * plug-ins/script-fu/script-fu.c plug-ins/script-fu/siod-wrapper.c : no script-fu server on win32, make respective function calls conditional * libgimpconfig/makefile.msc : new file * **/makefile.msc app/gimpcore.def : updated, gimp builds and runs once more with ms toolchain
This commit is contained in:
@ -48,6 +48,9 @@ OBJECTS = \
|
||||
gimpcolorselector.obj \
|
||||
gimpcontroller.obj \
|
||||
gimpdialog.obj \
|
||||
gimpenumcombobox.obj \
|
||||
gimpenumstore.obj \
|
||||
gimpenumwidgets.obj \
|
||||
gimpfileentry.obj \
|
||||
gimpframe.obj \
|
||||
gimphelpui.obj \
|
||||
@ -61,6 +64,7 @@ OBJECTS = \
|
||||
gimppixmap.obj \
|
||||
gimppreviewarea.obj \
|
||||
gimppreview.obj \
|
||||
gimppropwidgets.obj \
|
||||
gimpscrolledpreview.obj \
|
||||
gimpquerybox.obj \
|
||||
gimpsizeentry.obj \
|
||||
@ -84,6 +88,7 @@ gimpunit.obj : ..\app\gimpunit.c
|
||||
gimpwidgets-$(GIMP_VER).dll : $(OBJECTS) gimpwidgets.def
|
||||
$(CC) $(CFLAGS) -LD -Fegimpwidgets-$(GIMP_VER).dll $(OBJECTS) \
|
||||
..\libgimpcolor\gimpcolor-$(GIMP_VER).lib \
|
||||
..\libgimpconfig\gimpconfig-$(GIMP_VER).lib \
|
||||
..\libgimpbase\gimpbase-$(GIMP_VER).lib \
|
||||
$(DEPLIBS) $(LDFLAGS) user32.lib /def:gimpwidgets.def
|
||||
|
||||
|
||||
Reference in New Issue
Block a user