?? sources
字號:
!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
George Jenkins (georgeje)
!ENDIF
DDKROOT=$(_NTDRIVE)$(_NTROOT)
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
TARGETNAME=filespy
TARGETPATH=obj
TARGETTYPE=PROGRAM
BINPLACE_PLACEFILE=..\placefil.txt
UMTYPE=console
USE_CRTDLL=1
LINKLIBS=$(SDK_LIB_PATH)\shell32.lib
INCLUDES=$(SDK_INC_PATH);..\kernel;..\install
SOURCES=fspyLog.c fspyUser.c fspyUser.rc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -