[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ANN: Gorm 1.2.1
From: |
Gregory John Casamento |
Subject: |
Re: ANN: Gorm 1.2.1 |
Date: |
Sun, 20 May 2007 19:31:28 -0700 (PDT) |
Thank you. I will apply the suggested changes to the makefiles in SVN.
--
Gregory Casamento
----- Original Message ----
From: Yves de Champlain <yves@gnu-darwin.org>
To: Gregory John Casamento <greg_casamento@yahoo.com>
Cc: GNUstep Discuss-gnustep <discuss-gnustep@gnu.org>
Sent: Sunday, May 20, 2007 11:53:42 AM
Subject: Re: ANN: Gorm 1.2.1
Le 07-05-07 à 22:57, Gregory John Casamento a écrit :
> 1 ANNOUNCE
> **********
>
> This is version 1.2.1 of Gorm.
Hi
Here are the modifications needed to build Gorm on MacOSX with gnu-
gnu-gnu combo :
In Palettes/*/GNUmakefile.preamble
the ifeq ($(GNUSTEP_TARGET_OS),mingw32) should test true too. I use
ifeq ($(CC_BUNDLE),yes)
I also add -lGormObjCHeaderParser to LIBRARIES_DEPEND_UPON
(I remove -lGormCore in Palettes/2Controls/GNUmakefile.preamble)
In GormCore/GNUmakefile.preamble I add
SHARED_LD_POSTFLAGS += -lgnustep-base -lgnustep-gui -lGorm -
lGormObjCHeaderParser
In GormPrefs
SHARED_LD_POSTFLAGS += -lGorm -lGormCore -L../GormObjCHeaderParser/
obj -lGormObjCHeaderParser
thanks
yves