Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.

Home > Programming > Tools > Visual C++ > Compiler > Options

CL /c

This option suppresses the linker.

Syntax

The option is /c only.

Behaviour

The sole action of this option is to remove the linker from the list of active compiler modules. Depending on other options, there may be compilation, to produce object files from C or C++ source files, but there will be no linking of object files to produce an executable. The linker can be run separately.

This page was created on 27th October 2005. The last significant modification was on 24th November 2005.

Copyright © 2005. Geoff Chappell. All rights reserved.

Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.

Home > Programming > Tools > Visual C++ > Compiler > Options

[Home][Programming Samples][Application Notes][Security Notes][Editorial][Consultation][Contacts]