How to automatically delete uncompiled code from source code
I have a code in c that contains numerous compilation switches. Some are simple like:
Force C++ compiler include implementation from .cpp file in .obj file
Got the trivial situation: some c++ code has to be exported statically to other language project via compiling ‘.obj’ files.