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 - -fi<x> add path to include files http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Fi<x>              Add path to include files
------------------------------------------------------------------------------
 Syntax
   -Fi<path>

 Arguments
   <path> is the path specification for header files.

 Default
   The current directory.

 Description
   The -Fi switch defines additional search path for header files.
   More than one directory can be specified, in which case the individual
   directories have to be separated by the ; character. The command line
   may contain several -Fi options, if necessary.

   If Force evaluates an #include directive, it first searches the
   include file in the current directory, then in the directories
   specified with the -Fi option(s), and finally in the directory
   specified with the FORCE.HDR environment variable.

 Example
   . This command line instructs the compiler to search the directories
     c:\myincs, c:\yourincs, and d:\force\xlib\inc for header files if
     they can not be located in the current directory, before searching
     the path specified by the FORCE.HDR environment variable.
   
     force.exe -Fic:\myincs;c:\yourincs -Fid:\force\xlib\inc test.prg

See Also: #include

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