olesampl.mak

来自「c语言编程软件vc6.0中文绿色版_vc6.0官方下载」· MAK 代码 · 共 29 行

MAK
29
字号
#+---------------------------------------------------------------------------
#
#  Microsoft Windows
#  Copyright (C) Microsoft Corporation, 1992 - 1997.
#
#  File:       olesampl.mak
#
#  Contents:   common makefile for use by the SDK OLE samples
#
#              This makefile is included in place of ntwin32.mak
#              at the top of all the OLE samples.
#
#  History:     8-23-94   stevebl   Created
#
#----------------------------------------------------------------------------

!include <ntwin32.mak>

INCLUDE=$(MSTOOLS)\samples\com\com\include;$(INCLUDE)
INCLUDE=$(MSTOOLS)\samples\com\com\winhlprs;$(INCLUDE)
LIB=$(MSTOOLS)\samples\com\com\common;$(LIB)

olelibs = $(olelibs) sdkutil.lib
olelibsmt = $(olelibsmt) sdkutil.lib
olelibsdll = $(olelibsdll) sdkutil.lib
guilibs = $(guilibs) sdkutil.lib
guilibsmt = $(guilibsmt) sdkutil.lib
guilibsdll = $(guilibsdll) sdkutil.lib

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?