home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / DDEMLWIN.PAK / MAKEFILE < prev   
Encoding:
Text File  |  1993-12-02  |  281 b   |  11 lines

  1. # Borland C++ - (C) Copyright 1993 by Borland International
  2. # Makefile for DDEML program(s)
  3.  
  4. EXERES = ddeclnt
  5. EXEALL = ddeclnt.exe ddesrvr.exe
  6. EXEMAKE= $(DDECLNT) $(DDESRVR)
  7.  
  8. DDECLNT = $(EXERULE)
  9. DDESRVR = $(EXERULE:ddeclnt=ddesrvr)
  10. !include $(BCEXAMPLEDIR)\makefile.gen
  11.