home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpsgpf.zip / AAA.MAK < prev    next >
Text File  |  1995-02-22  |  735b  |  33 lines

  1. # ******************   aaa Make File (.Mak)        ********************
  2. #
  3. #  Generated by GPF (Gui Programming Facility) Version 2.1 Level(A2)
  4. #
  5. # SubSystem    : Presentation Manager (32-Bit) - IBM C Set/2
  6. # Program Name    : aaa
  7. # DataBase Name : No DBM
  8. # Date and Time : Wed Feb 22 09:04:28 1995
  9. # Program Level : 1.0
  10. # Copyright    :
  11. #
  12. # **********************************************************************
  13.  
  14. Options = /W3 /c /Gd- /Ge- /Gm+ /Re /Kbegp /DES32TO16
  15.  
  16. AllObj    = \
  17.     aaa.Obj
  18.  
  19. aaa.Dll:     aaa.Res aaa.Hlp $(AllObj)
  20.          Link386.Exe @aaa.L
  21.          Rc aaa.Res aaa.Dll
  22.          ImpLib aaa.Lib aaa.Def
  23.  
  24. aaa.Obj:     aaa.C
  25.          ICC.Exe $(Options) aaa.C
  26.  
  27. aaa.Hlp:     aaa.Ipf
  28.          Ipfc /W3 aaa.Ipf
  29.  
  30. aaa.Res:     aaa.Rc
  31.          Rc -r aaa.Rc
  32.  
  33.