📄 tracetool.mak
字号:
# This is a part of the Active Template Library.
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# This source code is only intended as a supplement to the
# Active Template Library Reference and related
# electronic documentation provided with the library.
# See these sources for detailed information regarding the
# Active Template Library product.
!ifndef DEBUG
DEBUG=1
!endif
TARGETNAME=AtlTraceTool8
TARGETTYPE=EXE
AFXDLL=1
!if "$(UNICODE)" == "1"
LFLAGS=$(LFLAGS) /opt:nowin98
!endif
RCFILE=TraceTool.rc
HELPFILE=hlp\TraceTool.hpj
!include <atlcommon.mak>
OBJS=$(D)\stdafx.obj $(D)\tracetool.obj $(D)\tracetooldlg.obj
LIBS=$(LIBS) ole32.lib oleaut32.lib advapi32.lib user32.lib gdi32.lib kernel32.lib
!include <atltarg.mak>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -