|
From: | Adam Fedor |
Subject: | Re: MacOSX target.make |
Date: | Thu, 06 Apr 2006 21:02:25 -0600 |
I am compiling gnustep on Tiger with gcc-4.1 and found that it does support -bundleIt 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.
[Prev in Thread] | Current Thread | [Next in Thread] |