Page 1 of 1
Parse compiler options at compile time from %COMPILEFILE
Posted: Mon Mar 31, 2008 7:43 am
by Mistrel
I would like to see more flexibility allowed for pre-compilers by making the IDE parse the compiler options from the end of the source code after tools have finished modifying the %COMPILEFILE.
Posted: Mon Mar 31, 2008 8:18 am
by Hroudtwolf
A real pre-compiler has to be tottaly independent from IDE and should be phase which is calling the compiler directly.
Every other way isn't consistent and wise. Thats my opinion.
Best regards
Wolf
Posted: Mon Mar 31, 2008 8:34 am
by Mistrel
It would be easier to manage subsystems across multiple Tailbite libraries if I could detect which compiler options have been chosen and switch to the correct subsystem automatically.
Another solution would be to have same-name libraries found within SubSystems\UserLibThreadSafe, UserLibUnicode, and UserLibUnicodeThreadSafe, automatically override those found within PureLibraries\UserLibraries instead of requiring that they be added explicitly as a subsystem.