discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacOSX target.make


From: Adam Fedor
Subject: Re: MacOSX target.make
Date: Thu, 06 Apr 2006 21:02:25 -0600

On 2006-04-02 09:59:22 -0600 Yves de Champlain <yves@gnu-darwin.org> wrote:

I am compiling gnustep on Tiger with gcc-4.1 and found that it does support -bundle

It could look like

--- target.make.orig    2006-04-02 00:01:02.000000000 -0500
+++ target.make 2006-04-02 00:03:59.000000000 -0500
@@ -299,7 +299,7 @@
DYLIB_DEF_FRAMEWORKS += -framework Foundation
endif
-ifeq ($(CC_BUNDLE), no)

Yes, but if gcc-4.1 supports -bundle, then CC_BUNLDE should be yes, right? Then it would use the second half of the if statement, where the bundle flag is used. In fact, I should unify the code here a little.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]