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

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