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

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