Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -zl ignore default libraries http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Zl                 Ignore default libraries
------------------------------------------------------------------------------
 Syntax
   -Zl

 Arguments
   None.

 Default
   Do not ignore default libraries.

 Description
   The -Zl switch directs the linker to ignore default libraries that
   are specified in object files. Most high-level compilers, including Force,
   insert the name of their runtime library into the object file so that it
   does not have to be explicitly specified for the linker. Using the -Zl
   switch causes the linker to ignore any such default library.

 Example
   . Ignore default library information included in modules.
   
     flink.exe -Zl test.obj

See Also: #pragma DEFLIB

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson