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.

26 lines
406 B

  1. !IF 0
  2. Copyright (C) SCM Microsystems, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. TARGETNAME=Pscr
  8. TARGETTYPE=DRIVER
  9. DRIVERTYPE=WDM
  10. TARGETPATH=obj
  11. TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib
  12. INCLUDES=..\inc
  13. SOURCES=pscr.rc \
  14. PscrLog.mc \
  15. PscrNT.c \
  16. PscrCB.c \
  17. PscrCmd.c \
  18. PscrRdWr.c