sources

来自「文件过滤驱动」· 代码 · 共 41 行

TXT
41
字号
!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 + =
减小字号Ctrl + -
显示快捷键?