home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample17 / Watcom.mak < prev   
Encoding:
Text File  |  1998-03-20  |  216 b   |  11 lines

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