home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SAMPLES / CTRLBARS / MAKEFILE._ / MAKEFILE.
Encoding:
Text File  |  1993-02-08  |  563 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.  
  12. PROJ=CTRLBARS
  13. OBJS=ctrlbars.obj mainfrm.obj palette.obj
  14.  
  15. !include ..\sample_.mak
  16.  
  17. mainfrm.cpp: palette.h
  18. palette.cpp: palette.h
  19.