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 - -fo<x> set path for object files http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Fo<x>              Set path for object files
------------------------------------------------------------------------------
 Syntax
   -Fo<path>

 Arguments
   <path> is an additional path where the linker looks for object files.

 Default
   The current directory and the paths specified for the individual object
   files, if any.

 Description
   The -Fo switch can be used to specify an additional search path for
   object files. This information is only used when attaching symbolic
   information to a program linked with debugging information, and is not
   necessary in most cases.

 Example
   . Specify the directory d:\lib\newobj as an additional search path for
     object modules to produce symbolic debug info from.
   
     flink.exe -Zi -Fod:\lib\newobj test.obj

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