still unacceptable patched to compile without FT2, see bug #113681
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
This commit is contained in:
@ -46,6 +46,7 @@ OBJECTS = \
|
||||
gimpcolorscale.obj \
|
||||
gimpcolorscales.obj \
|
||||
gimpcolorselect.obj \
|
||||
gimpcolorselection.obj \
|
||||
gimpcolorselector.obj \
|
||||
gimpdialog.obj \
|
||||
gimpfileselection.obj \
|
||||
@ -77,6 +78,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 \
|
||||
..\libgimpbase\gimpbase-$(GIMP_VER).lib \
|
||||
$(DEPLIBS) $(LDFLAGS) user32.lib /def:gimpwidgets.def
|
||||
|
||||
# ..\app\gimp.lib \
|
||||
|
||||
Reference in New Issue
Block a user