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

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