Re: [Cppunit-devel] Patch for VC++ testrunner...
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-04-22 14:35:01
|
> > I see. > One question: is the test runner MSVC++ specific per definition? If not, I'd prefer to put the > files in a win32 sub directory, rather than 'msvc6'. People may want to compile under a different > compiler than MSVC++. It use MFC. I think it is possible to use MFC with other compiler but I'm not sure (the sure of the MFC use lot of compiler specific stuff). Borland comes with its one set of "gui" class, if I remember well. I'll try to check the borland version on xprogramming to see if anything was kept from the original GUI. Plus there is the fact that C++ dll produced by VC++ can only be linked with C++: Borland and VC++ do not decorate the name the same way :-(. > > I also added the makefile.am in each new directory (hope I did not > > forget one), and added them to the SUBDIR variable. The dsp and dsw have > > been added to the EXTRA_DIST. Should the .cpp and .h be added to ? If so, > > could this be done using shell command (something akin to EXTRA_DIST = `ls > > *.h *.cpp *.ico *.rc *.bmp`) ? > > > > I'm not sure if a shell command would work. I'll try to find out. Thanks. 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). |