2004-09-21 Hans Breuer <hans@breuer.org> * app/dialogs/makefile.msc : [new file] app/dialogs/Makefile.am : added to EXTRA_DIST * **/makefile.msc app/gimpcore.def : updated * app/gimp.rc : let wilber be first * app/widgets/gimppropwidgets.c : msvc6 can't cast uint64 either * libgimpbase/gimpwin32-io.h : make up recent loss of ftruncate in GLib * libgimpthumbnail/gimpthumbnail.c : <process.h> for getpid() on win32 * plug-ins/helpbrowser/dialog.c : include gimpwin32-io.h * plug-ins/script-fu/siodwrapper.c plug-ins/script-fu/scrip-fu.c : there is no script-fu-server on win32
27 lines
No EOL
478 B
Text
27 lines
No EOL
478 B
Text
MODULE = gimp
|
|
#OPTIMIZE = -Od -Op
|
|
#DEBUG=1
|
|
|
|
OBJECTS = \
|
|
gimpmodule.obj \
|
|
pygimp-image.obj \
|
|
pygimp-drawable.obj \
|
|
pygimp-tile.obj \
|
|
pygimp-display.obj \
|
|
pygimp-parasite.obj \
|
|
pygimp-pdb.obj
|
|
|
|
PYTHON = ..\..\..\..\python23
|
|
!IFNDEF DEBUG
|
|
EXTRALIBS = $(PYTHON)\libs\python23.lib user32.lib
|
|
!ELSE
|
|
EXTRALIBS = $(PYTHON)\libs\python23_d.lib user32.lib
|
|
!ENDIF
|
|
|
|
EXTRACFLAGS = -I$(PYTHON)\include
|
|
GIMPTOP=..\..
|
|
|
|
# Lib Extension is
|
|
MODULE_EXT = pyd
|
|
|
|
!include ..\makefile.msc |