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

  1. # $Header: W:/Projects/OCL/Samples/DragSamp/Watcom/rcs/WATCOM.MAK 1.50 1996/08/11 23:47:59 B.STEIN Release $
  2.  
  3. !include $(OCLSAMP)\COMMON.INC
  4. !include ..\DRAGSAMP.INC
  5.  
  6. MAKEDEP = WATCOM.MAK
  7. CFLAGS = $(WATCOM_COMPILE)
  8. LFLAGS = $(WATCOM_LINK)
  9.  
  10. {..\Source}.cpp.obj:
  11.    wpp386 $(CFLAGS) %s
  12.  
  13. .\DRAGSAMP.exe: DRAGSAMP.obj DRAGSAMP.res {$(LIB)}OCLWI.lib $(MAKEDEP)
  14.    wlink $(LFLAGS) libr OCLWI NAME .\DRAGSAMP.EXE FIL .\DRAGSAMP.obj
  15.    rc .\DRAGSAMP.res .\DRAGSAMP.exe
  16.  
  17. !include ..\DRAGSAMP.DEP