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

  1. # Borland C++ - (C) Copyright 1993 by Borland International
  2. # Makefile for TSTAPP & MSGWND program
  3.  
  4. SYSTEMS= WIN16 WIN32
  5. EXERES = tstapp
  6. OBJEXE = tstapp.obj ddesrvr.obj ddepack.obj  #note: ddesrvr.obj is really for msgwnd.exe
  7. EXEALL = msgwnd.exe tstapp.exe
  8. EXEMAKE= $(MSGWND) $(TSTAPP)
  9.  
  10. TSTAPP = $(EXERULE:ddesrvr.obj=ddeclnt.obj msgproc.obj)  # fix objs for tstapp
  11. MSGWND = $(EXERULE:tstapp=msgwnd)                  # global replace for msgwnd
  12. !include $(BCEXAMPLEDIR)\makefile.gen
  13.