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

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