home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / ttt.pak / MAKEFILE next >
Text File  |  1997-07-23  |  399b  |  18 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows - (C) Copyright 1994 by Borland International
  3. #----------------------------------------------------------------------------
  4. MODELS=ldf
  5.  
  6. EXERES = ttt
  7.  
  8. DLL    = tttdll
  9. RESDLL = ttt.res
  10.  
  11.  
  12. RULES = ^
  13. tttdll.obj : ttt.cpp ^
  14.   $(BCC) -otttdll.obj ttt.cpp
  15.  
  16. !include $(BCEXAMPLEDIR)\owlocfmk.gen
  17.  
  18.