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 - -fs create detailed map file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Fs                 Create detailed map file
------------------------------------------------------------------------------
 Syntax
   -Fs

 Arguments
   None.

 Default
   No map file created.

 Description
   The -Fs switch instructs the linker to create a map file with
   additional information. The map file generated this way contains the
   segment summary obtained with the -Fm option, plus a more detailed
   segment listing for each module, and the names and addresses of all
   public symbols (variables and functions) in the program.

 Example
   . Create detailed map file with the default file name of test.map.
   
     flink.exe -Fs test
   
   . Create detailed map file with a file name of app.map.
   
     flink.exe -Fs test.obj,, app.map

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