home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / gdredit / gdredit.pr < prev    next >
Text File  |  1994-05-16  |  224b  |  12 lines

  1. #system win exe
  2. #model large jpi
  3. #pragma optimize(cpu=>386)
  4. #pragma warn(wclt=>on,wfnd=>on,wpnd=>on,wnre=>on,wnrv=>on)
  5.  
  6. #edit saveall
  7.  
  8. #compile %main
  9. #pragma link (%main.res,bwcc.lib,commdlg.lib)
  10. #link %prjname
  11.  
  12.