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

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