Detailed description:

For a whole lot of configure options, I put #if...#endif around code that
is specific to the option, even in files which are normally only compiled
when the option is on.  This allows me to create a MS Visual C++ 6.0
workspace that supports many of these options.  The workspace will basically
compile every file all the time, but the code for disabled options will
be commented out by the #if...#endif.

This may one day lead to simplification of the Makefiles and configure
scripts, but for the moment I'm leaving them alone.

More details inside the file itself.
This commit is contained in:
Bryce Denney 2002-11-18 19:13:23 +00:00
parent d9eaf5c7d8
commit 90d42947e4

File diff suppressed because it is too large Load Diff