home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / Editor / Watcom / WATCOM.MAK
Makefile  |  1996-08-12  |  370b  |  15 lines

  1. !include $(OCLSAMP)\COMMON.INC
  2. !include ..\Editor.INC
  3.  
  4. MAKEDEP = WATCOM.MAK
  5. CFLAGS = $(WATCOM_COMPILE)
  6. LFLAGS = $(WATCOM_LINK)
  7.  
  8. {..\Source}.cpp.obj:
  9.    wpp386 $(CFLAGS) %s
  10.  
  11. .\Editor.exe: Editor.obj Editor.res {$(LIB)}OCLW.lib $(MAKEDEP)
  12.    wlink $(LFLAGS) libr OCLW NAME .\Editor.EXE FIL .\Editor.obj
  13.    rc .\Editor.res .\Editor.exe
  14.  
  15. !include ..\Editor.DEP