Let's say I have one project with A.cpp, B.cpp, C.ppp files and mapping header files (and them). C ++ files include system headers or headers from other modules.
I want to compile them into a library with command line actions (e.g. using Make) using 'cl', with a precompiled header function.
What are the steps I have to take? What are the command line switches?
source
share