home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbcs.zip / IBM.MAK < prev    next >
Text File  |  1996-03-07  |  1KB  |  58 lines

  1.  
  2. # MAKE file for IBM.MAK
  3.  
  4. # Revised:  1996-03-07
  5.  
  6. # Macro definitions
  7.  
  8. C_SW=-G5 -O+ -W3 -C
  9.  
  10. Print.Exe: AppDefs DBCS DrawPage FilePrn FontDlg Fonts\
  11.         PageDlg PrevDlg Print Print.Res PrnAPI PrnWnd\
  12.         Support ToolBar
  13.  ILink /FREE /BASE:0x10000 /ALIGN:4 @IBM.Lnk
  14.  rc Print.Res Print.Exe
  15.  
  16. AppDefs: AppDefs.C
  17.  Icc $(C_SW) -Fo$*.Obj AppDefs.C
  18.  
  19. DBCS: DBCS.C
  20.  Icc $(C_SW) -Fo$*.Obj DBCS.C
  21.  
  22. DrawPage: DrawPage.C
  23.  Icc $(C_SW) -Fo$*.Obj DrawPage.C
  24.  
  25. FilePrn: FilePrn.C
  26.  Icc $(C_SW) -Fo$*.Obj FilePrn.C
  27.  
  28. FontDlg: FontDlg.C
  29.  Icc $(C_SW) -Fo$*.Obj FontDlg.C
  30.  
  31. Fonts: Fonts.C
  32.  Icc $(C_SW) -Fo$*.Obj Fonts.C
  33.  
  34. PageDlg: PageDlg.C
  35.  Icc $(C_SW) -Fo$*.Obj PageDlg.C
  36.  
  37. PrevDlg: PrevDlg.C
  38.  Icc $(C_SW) -Fo$*.Obj PrevDlg.C
  39.  
  40. Print: Print.C
  41.  Icc $(C_SW) -Fo$*.Obj Print.C
  42.  
  43. Print.Res: Print.Rc
  44.  Rc -r Print.Rc $*.Res
  45.  
  46. PrnAPI: PrnAPI.C
  47.  Icc $(C_SW) -Fo$*.Obj PrnAPI.C
  48.  
  49. PrnWnd: PrnWnd.C
  50.  Icc $(C_SW) -Fo$*.Obj PrnWnd.C
  51.  
  52. Support: Support.C
  53.  Icc $(C_SW) -Fo$*.Obj Support.C
  54.  
  55. ToolBar: ToolBar.C
  56.  Icc $(C_SW) -Fo$*.Obj ToolBar.C
  57.  
  58.