📄 olesampl.mak
字号:
#+---------------------------------------------------------------------------
#
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -