Saving Compiler Results File in the PWB (61636)



The information in this article applies to:

  • Microsoft Programmer's Workbench for MS-DOS 1.0
  • Microsoft Programmer's Workbench for MS-DOS 1.1
  • Microsoft Programmer's Workbench for OS/2 1.0
  • Microsoft Programmer's Workbench for OS/2 1.1

This article was previously published under Q61636
The Programmer's WorkBench (PWB) deletes the compiler results file upon exiting the PWB. In DOS or OS/2, the file can be saved if the compiler results window is made current and the File.Save As menu option is selected.

The compiler results file will appear similar to the following:
   +++ PWB  [E:\] Rebuild
           NMAKE  /z /a /f E:\pwb.mak
        cl /c /W4 /Fm /Ot /FoGLOBL.obj GLOBL.C
   Microsoft (R) C Optimizing Compiler Version 6.00
   Copyright (c) Microsoft Corp 1984-1990. All rights reserved.

   GLOBL.C
        echo @GLOBL.lrf > NUL
        link @GLOBL.lrf

   Microsoft (R) Segmented-Executable Linker  Version 5.10
   Copyright (C) Microsoft Corp 1984-1990.  All rights
   reserved.

   Object Modules [.OBJ]: GLOBL.obj,GLOBL.exe,NUL, /NOD:SLIBCE
   SLIBCEP , /NOI /BATCH /EXE /FAR /PACKC;
		

Modification Type:MajorLast Reviewed:10/23/2003
Keywords:kb16bitonly KB61636