home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / olesampl.mak < prev    next >
Text File  |  1998-04-24  |  917b  |  29 lines

  1. #+---------------------------------------------------------------------------
  2. #
  3. #  Microsoft Windows
  4. #  Copyright (C) Microsoft Corporation, 1992 - 1997.
  5. #
  6. #  File:       olesampl.mak
  7. #
  8. #  Contents:   common makefile for use by the SDK OLE samples
  9. #
  10. #              This makefile is included in place of ntwin32.mak
  11. #              at the top of all the OLE samples.
  12. #
  13. #  History:     8-23-94   stevebl   Created
  14. #
  15. #----------------------------------------------------------------------------
  16.  
  17. !include <ntwin32.mak>
  18.  
  19. INCLUDE=$(MSTOOLS)\samples\com\com\include;$(INCLUDE)
  20. INCLUDE=$(MSTOOLS)\samples\com\com\winhlprs;$(INCLUDE)
  21. LIB=$(MSTOOLS)\samples\com\com\common;$(LIB)
  22.  
  23. olelibs = $(olelibs) sdkutil.lib
  24. olelibsmt = $(olelibsmt) sdkutil.lib
  25. olelibsdll = $(olelibsdll) sdkutil.lib
  26. guilibs = $(guilibs) sdkutil.lib
  27. guilibsmt = $(guilibsmt) sdkutil.lib
  28. guilibsdll = $(guilibsdll) sdkutil.lib
  29.