On 5/26/06, Hubert Chan <[EMAIL PROTECTED]> wrote:
On 2006-05-26 05:07:37 -0400 Chris Vetter <[EMAIL PROTECTED]> wrote:> ifeq ($(x11), yes) > ADDITIONAL_GUI_LIBS = -lXWindowServerKit > ADDITIONAL_CPPFLAGS += -DXWindowServerKit > ifeq ($(findstring freebsd, $(GNUSTEP_TARGET_OS)), freebsd) > ADDITIONAL_OBJCFLAGS += -I/usr/X11R6/include ^^^^ BTW, that should probably be ADDITIONAL_CPPFLAGS instead of OBJC, since -I is a preprocessor option. (But either way should still work, anyways.)
In short, I think we need an etoile.make to solve this issue at once. Otherwise, I have to remember to do so for every framework/application using xwindow system. And it may also happen for any framework/application having library dependencies or having platform-dependent codes. This leads to a bigger issue about building system for Etoile. That's another story.... Yen-Ju
> endif > endif -- Hubert Chan - email & Jabber: [EMAIL PROTECTED] - http://www.uhoreg.ca/ PGP/GnuPG key: 1024D/124B61FA (Key available at wwwkeys.pgp.net) Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
_______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
