home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / borland / mdidlg.pak / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  514b  |  19 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows
  3. # Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. #----------------------------------------------------------------------------
  5.  
  6. !if !$d(MODEL)
  7.   MODEL=f
  8. !endif
  9. SYSTEMS = WIN32
  10.  
  11. TARGETS = test.exe testhelp.hlp
  12.  
  13. EXERES  = test
  14. OBJEXE  = test.obj app.obj client.obj mdidlg.obj
  15. HLP     = testhelp
  16. HLP_    = testhelp.hpj testhelp.rtf helpids.hh
  17.  
  18. !include $(BCEXAMPLEDIR)\owlmake.gen
  19.