home *** CD-ROM | disk | FTP | other *** search
/ Using Visual C++ 4 (Special Edition) / Using_Visual_C_4_Special_Edition_QUE_1996.iso / ch09 / makefile < prev    next >
Encoding:
Makefile  |  1994-08-13  |  582 b   |  19 lines

  1. # This is a part of the Microsoft Foundation Classes C++ library.
  2. # Copyright (C) 1992 Microsoft Corporation
  3. # All rights reserved.
  4. #
  5. # This source code is only intended as a supplement to the
  6. # Microsoft Foundation Classes Reference and Microsoft
  7. # QuickHelp and/or WinHelp documentation provided with the library.
  8. # See these sources for detailed information regarding the
  9. # Microsoft Foundation Classes product.
  10.  
  11. PROJ=AUTOCLIK
  12. ROOT=..\..
  13. OBJS=autoclik.obj autocdoc.obj autocvw.obj mainfrm.obj dialogs.obj \
  14.     autocpnt.obj
  15.  
  16. USES_OLE=1
  17.  
  18. !include ..\..\sample_.mak
  19.