17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
|
TARGETNAME=stcusb
|
||
|
TARGETTYPE=DRIVER
|
||
|
TARGETPATH=obj
|
||
|
TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib $(DDK_LIB_PATH)\usbd.lib
|
||
|
|
||
|
INCLUDES=..\inc
|
||
|
|
||
|
SOURCES=stcusb.rc \
|
||
|
stcusblg.mc \
|
||
|
stcusbNT.c \
|
||
|
stcCB.c \
|
||
|
stcCmd.c \
|
||
|
usbCom.c
|
||
|
|
||
|
|
||
|
|