RE: [Cppunit-devel] config-msvc6.h
Brought to you by:
blep
From: Bastiaan B. <bas...@li...> - 2001-06-20 11:19:18
|
> -----Oorspronkelijk bericht----- > Van: Baptiste Lepilleur [mailto:bl...@cl...] > Verzonden: Monday, June 18, 2001 11:25 PM > Aan: Cpp Unit Develpment Mailing List > Onderwerp: [Cppunit-devel] config-msvc6.h > > > Well, I tuned the config file for VC++. It works just fine ! > > In the file, I found the following piece of code: > > /* Name of package */ > #ifndef CPPUNIT_PACKAGE > #define CPPUNIT_PACKAGE "cppunit" > #endif > > /* Version number of package */ > #ifndef CPPUNIT_VERSION > #define CPPUNIT_VERSION "1.5.5" > #endif > > Shouldn't those be common to any platforms (e.g. defined in > Portability.h) > They *are* common to all platforms, but they end up in include/cppunit/config-auto.h through config/config.h. But of course we can get them in Portability.h as well, with help of a Portability.h.in. I see if I have time to fix it tonight. Not that we use these macro's anywhere :-) Bastiaan > Baptiste. > --- > Baptiste Lepilleur <gai...@fr...> > http://gaiacrtn.free.fr/index.html > Author of The Text Reformatter, a tool for fanfiction readers > and writers. > Language: English, French (Well, I'm French). > > > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > http://lists.sourceforge.net/lists/listinfo/cppunit-devel > |