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:
parent
d9eaf5c7d8
commit
90d42947e4
2001
bochs/patches/patch.ifdef-disabled-options
Normal file
2001
bochs/patches/patch.ifdef-disabled-options
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user