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

 Arguments
   None.

 Default
   No map file created.

 Description
   The -Fm switch instructs the linker to create a map file of
   the executable. A map file contains the size and placement of various
   segments in a program.

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

See Also: -Fs

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