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.
16 lines
275 B
16 lines
275 B
TARGETNAME=gemscr09
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
TARGETPATH=obj
|
|
TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib
|
|
|
|
C_DEFINES=-DG_DDKNT4
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES= gntscr09.rc \
|
|
gemlog.mc \
|
|
gemcore.c \
|
|
gioctl09.c \
|
|
gntser.c \
|
|
gntscr09.c
|