RE: MacOS X Build Help

"Michael S. Muegel" <[email protected]>
Newsgroups gmane.comp.lib.wxwindows.wxnet
Message-ID <[email protected]>
J. Perkins wrote:
> I will take a look at these and see if I can modify premake to match.
> I'll let you know how it turns out. There is some initial support for
> OSX in the 1.8 version but it is not complete yet.

One request: please provide a premake option for wx.NET that specifies where
the wx-config script is. This would provide support for building against
different wx.widget installs. I based my Makefile off of Bryan's:

WX_CFG = /usr/local/packages/wx-widgets-cvs/bin/wx-config
CFLAGS = -fPIC `$(WX_CFG) --cxxflags` -D "WXMAKINGDLL"
LDFLAGS = -L$(BINDIR) -L$(LIBDIR) `$(WX_CFG) --libs` -dynamiclib -undefined
suppress -flat_namespace
CXXFLAGS = $(CFLAGS)
TARGET = ./libwx-c.dylib

I'd want to be able to say
"premake --wx-config=/usr/local/packages/wx-widgets-cvs/bin/wx-config" or
some such.

Cheers,
-Mike

--
Michael S. Muegel
Dallas, TX



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.