The response file in the following example instructs LINK386 to generate an executable file called FUN.EXE, and four object modules: FUN, SUN, RUN, and GAMES.

  fun+sun+run+games /map
  fun.exe
  funlist
  ;

If you specify the file name FUNLIST, LINK386 will generate a map file named FUNLIST.MAP. Adding the /MAP option causes LINK386 to include the public symbols of the application in the map file.


[Back] [Next]