?? sources
字號:
TARGETNAME=Filedisk
TARGETPATH=obj
TARGETTYPE=DRIVER
INCLUDES=..\inc
#
# The WinXP DDK has introduced the DDK_TARGET_OS environemnt variable
# for conditional compilation. The test here is designed to make this
# sources file portable to the standalone Win 2K DDK environment. Note,
# however, that the required csq.h and csq.lib are not present in that
# environment.
#
!if "$(DDK_TARGET_OS)"!="WinXP"
C_DEFINES=$(C_DEFINES) -DW2K=1
TARGETLIBS=$(DDK_LIB_PATH)\csq.lib
!endif
SOURCES=DriverEntry.c FileDiskCreateDevice.c FileDiskUnload.c FileDiskDeleteDevice.c FileDiskCreateClose.c FileDiskReadWrite.c FileDiskDeviceControl.c FileDiskThread.c FileDiskOpenFile.c FileDiskCloseFile.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -