makefile
来自「完整的基于Conxant平台的USB电视棒的WIN驱动程序。」· 代码 · 共 28 行
TXT
28 行
!IF 0
Copyright and Disclaimer:
---------------------------------------------------------------
This software is provided "AS IS" without warranty of any kind,
either expressed or implied, including but not limited to the
implied warranties of noninfringement, merchantability and/or
fitness for a particular purpose.
---------------------------------------------------------------
Copyright (c) 2004 Conexant Systems, Inc.
All rights reserved.
Module Name:
makefile.
!ENDIF
!if "$(DDK_TARGET_OS)"=="Win2K"
!message This sample is not intended to target the Windows 2000 platform.
!else
!INCLUDE $(NTMAKEENV)\makefile.def
!endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?