[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNUmakefile in gui/Model
From: |
Stephen Brandon |
Subject: |
GNUmakefile in gui/Model |
Date: |
Fri, 05 Oct 2001 16:45:15 +0100 |
Hi,
On mingw/cygwin, gnustep-gui/Model does not add the
requisite libraries to link against, to the dllwrap call.
I needed to add the following BUNDLE_LIBS line near the end
of the GNUmakefile:
ifneq ($(GUI_LIB), nx)
libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
else
Now I'm sure that I should really have added a check for
ifeq ($(GNUSTEP_TARGET_OS),mingw32) around the BUNDLE_LIBS
call. But can I leave that decision to the maintainers?
Also, I am not completely sure that BUNDLE_LIBS is supported
API for doing this -- I simply looked at bundle.make and saw
the use of BUNDLE_LIBS. So if there's a better way of doing
it, please do it that way.
Cheers,
Stephen Brandon
stephen@brandonitconsulting.co.uk
- GNUmakefile in gui/Model,
Stephen Brandon <=