The Cbllink options affect the link process.
Separate options with a comma or spaces.
Click the options for more detail.
-b[options] | Link your program with the static run-time system. |
-d | Create a .dll module. |
-f[option] | Link your program with the shared run-time system using an import library. |
-g | Create a graphical application. |
-isymbol | Include function or entry-point in executable. |
-k | Prevent temporary files created by Cbllink from being deleted. |
-l | Create a linker .map output file. |
-mname | Specify the main program. |
-oname | Output filename. |
-roption[v] | Link your program with the shared run-time library using dynamic binding. |
-s | Prevent system modules from being linked into the executable. |
-udir_file | Specify Compiler directives for the COBOL compiler to Use |
-v | Verbose option. |
-xsymbol | Exclude function or entry-point from executable |