Re: [Cppunit-devel] config-mac
Brought to you by:
blep
From: Duane M. <du...@us...> - 2001-09-28 03:23:01
|
--- At Thu, 27 Sep 2001 22:55:39 -0400, Steve M. Robbins wrote: >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. You are of course correct. This is for non-Mac/OS X. I'll have to dig further to workout how to tell the difference. ..Duane |