In a dsp, you can store many configuration. A configuration is the
equivalent of a makefile (compiler, and link settings).
We have release/debug config. I also added a "crossplatform" config which
disable the typeinfo thingy so I can test if things work fine in that
config.
The macro you found are probably leftover from the change (since we are now
using CPPUNIT_DONT_USE_TYPEINFO to do that).
By the way, you can safely edit files as long as you know what you are doing
(a simple search/replace like this works just fine. It has already been done
when swithing from CU_ to CPPUIT_).
Baptiste.
----- Original Message -----
From: "Steve M. Robbins" <ste...@vi...>
To: <cpp...@li...>
Sent: Friday, July 06, 2001 3:39 AM
Subject: Re: [Cppunit-devel] include directory clean-up
> Hi,
>
> Just a note to say that I checked in the changes to
> replace
> CPPUNIT_USE_TYPEINFO
> with
> CPPUNIT_USE_TYPEINFO_NAME
>
> as we discussed some time back.
>
> I changed all the sources and headers. I didn't change the .dsp
> files, as they say "DO NOT EDIT". Should I edit them anyway?
> Should these .dsp files be defining such symbols anyway? I thought
> the symbols should be defined in the config-xxx.h files?
>
> -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
>
>
> _______________________________________________
> Cppunit-devel mailing list
> Cpp...@li...
> http://lists.sourceforge.net/lists/listinfo/cppunit-devel
>
|