Source code of Windows XP (NT5)
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
218 B

  1. TARGETNAME=stcusb
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib $(DDK_LIB_PATH)\usbd.lib
  5. INCLUDES=..\inc
  6. SOURCES=stcusb.rc \
  7. stcusblg.mc \
  8. stcusbNT.c \
  9. stcCB.c \
  10. stcCmd.c \
  11. usbCom.c