|
From: Sean M. <se...@ro...> - 2009-04-22 16:58:41
|
Hi again, I have three more concerns/suggestions/questions: 1) In Quesa-common.xcconfig we have: GCC_FAST_MATH = YES From my understanding, this option is not generally recommended. Is it really needed? 2) In Quesa.h we have: #pragma options align=power Is this really needed? Can we wrap it in #if TARGET_RT_MAC_CFM so that it only applies to Mac OS 9? 3) In Debug, the static library is named libQuesaD.a and in Release it is libQuesa.a. Why is this? For CodeWarrior this would be handy, but for Xcode it is annoying because Xcode does not allow different libraries to be used in different configurations. The only way to do that with Xcode is to pass -libQuesa as a linker flag and change library search paths between Debug and Release. This requires the libs to have the same name. Patch attached for consideration. -- ____________________________________________________________ Sean McBride, B. Eng se...@ro... Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada |