mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
330 B
23 lines
330 B
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=battc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
|
|
DRIVERTYPE=WDM
|
|
|
|
PASS1_PUBLISH={$(O)\battc.lib=$(DDK_LIB_PATH)\battc.lib}
|
|
|
|
COMPILER_WARNINGS=-W3
|
|
|
|
USE_MAPSYM=1
|
|
|
|
SOURCES=battc.c \
|
|
bsrv.c \
|
|
battc.rc \
|
|
battc.mof
|
|
|
|
INCLUDES=..\inc
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\wmilib.lib
|