sources

来自「ndis windows网络驱动程序的范例」· 代码 · 共 52 行

TXT
52
字号
!IF 0

Copyright (c) 1989-1993 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.


!ENDIF

MAJORCOMP=ntos
MINORCOMP=ndis

TARGETNAME=ImSamp
TARGETTYPE=DRIVER
TARGETPATH=$(BASEDIR)\lib

TARGETLIBS=$(BASEDIR)\lib\*\$(DDKBUILDENV)\ndis.lib



INCLUDES=..\inc;..\..\inc;


C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER
C_DEFINES=$(C_DEFINES) -DNDIS40
C_DEFINES=$(C_DEFINES) -DNDIS40_MINIPORT
C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=0

SOURCES=..\main.c          \
        ..\globals.c       \
        ..\adapter.c       \
        ..\ndisreq.c       \
        ..\recv.c          \
        ..\send.c          \
        ..\config.c        \
        ..\status.c        \
		..\wdmsup.c        \
		..\pstub.c  	   \
        ..\ImSamp.rc
       
MSC_WARNING_LEVEL=/W3 /WX /FR 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?