home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample6 / Watcom.mak < prev   
Text File  |  1996-10-20  |  219b  |  11 lines

  1. #
  2. # Makefile for OOL sample 6 - Watcom C/C++
  3. #
  4.  
  5. !include ..\Common.inc
  6.  
  7. sample6.exe: sample6.obj sample6.res
  8.         @$(LD) name sample6.exe $(LDFLAGS) file sample6.obj
  9.         @rc -n sample6.res sample6.exe
  10.  
  11.