c++ - Change cl/link.exe default libraries from cmdline? -
i'm trying understand of fundamental windows libraries, c standard library. use vs 2013.
i switched command line compiling in order try , have more control on libraries linked in, can see functions/headers resolve libraries. however, cl.exe (i haven't tried individual compilation/linkage) seems automatically including number of libraries, can compile , execute number of programs dependencies (core ones input/output) without specifying libraries myself.
does cl.exe compiler automatically include number of libraries command line, if so, how can change this!?
thanks! renzo.
Comments
Post a Comment