I have written a project that is designed to be a single header include. Since I have written many smaller files that do specific things it would be easier to have a preprocessor only process the includes so that everything can be combined into one file with the other preprocessor statements NOT executed. Is this possible with g++?
I have used the command g++ file.h -E -P -o file.i but this preprocesses all of the preprocessor statements