home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / TDW.PAK / MAKEFILE next >
Text File  |  1995-08-29  |  364b  |  12 lines

  1. # Borland C++ - (C) Copyright 1993 by Borland International
  2. # Makefile for tdwdemo program -
  3. #   This example has two versions: buggy (tdwdemo.bug) and clean (s_paint.c).
  4. #   To make the example using this makefile, copy one of these files to
  5. #   the source file TDWDEMO.C
  6.  
  7. SYSTEMS= WIN16 WIN32
  8. EXERES = tdwdemo
  9. !include $(BCEXAMPLEDIR)\makefile.gen
  10.  
  11.  
  12.