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

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