makefile
来自「实现avstream流的驱动程序」· 代码 · 共 19 行
TXT
19 行
!IF 0
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name:
makefile.
!ENDIF
!if "$(DDK_TARGET_OS)"=="Win2K"
!message This sample is not intended to target the Windows 2000 platform.
!elseif defined(IA64) || defined(AMD64)
!message This sample will not work on 64-bit platforms
!else
!INCLUDE $(NTMAKEENV)\makefile.def
!endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?