[Cppunit-devel] Automatic detection of gcc on Mac OS X
Brought to you by:
blep
From: Claus B. <cb...@ph...> - 2004-09-11 03:02:16
|
Hi there, I would like to voice my request for automatic detection of the correct compiler output when using gcc under Xcode on Mac OS X The compiler can be detected with the following preprocessor directive: #if defined(__GNUC__) && ( defined(__APPLE_CPP__) || defined(__APPLE_CC__) ) In order to fully integrate into the Xcode build process the following format should then be used - notice the space after the last colon: "%p:%l: " This small change would make CppUnit even better. Thanks in advance Claus Broch |