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

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