Re: [Cppunit-devel] config-mac
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-09-28 02:55:54
|
On Thu, Sep 27, 2001 at 07:46:13PM -0700, Duane Murphy wrote: > I have started a port of CppUnit to the Macintosh. Actually the basic > stuff (no GUI) works just find. But it does need a config file (Mac's > dont have autoconfig :-). Which brand of Mac are we speaking of? The Mac OSX *can* and *should* run the configure script. > I made the following change to Portablity.h as well" > > /* include platform specific config */ > #if defined(__BORLANDC__) > # include <cppunit/config-bcb5.h> > #elif defined (_MSC_VER) > # include <cppunit/config-msvc6.h> > #elif defined(macintosh) ^^^^^^^^^ Does a Mac OSX system define this? If so, we need something more specific. > # include <cppunit/config-mac.h> > #else > # include <cppunit/config-auto.h> > #endif -S -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |