Can the #IF statement be used inside the source code?
The concept is to control which parts of the code are compiled based on the contents of an include file. The purpose of this exercise is to allow a master source code file that can be customized by allowing only the selected sections to be compiled.
What I'm trying to accomplish is not having to maintain more that one source code file.
Any suggestions or comments would be appreciated.
The concept is to control which parts of the code are compiled based on the contents of an include file. The purpose of this exercise is to allow a master source code file that can be customized by allowing only the selected sections to be compiled.
What I'm trying to accomplish is not having to maintain more that one source code file.
Any suggestions or comments would be appreciated.
Comment