Leaked source code of windows server 2003

37 lines
615 B

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. !ENDIF
  10. MAJORCOMP=ntos
  11. MINORCOMP=dd
  12. TARGETNAME=cmbp0wdm
  13. TARGETTYPE=DRIVER
  14. DRIVERTYPE=WDM
  15. TARGETPATH=obj
  16. TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib
  17. INCLUDES=..\inc;$(O)
  18. PASS0_HEADERDIR=$(O)
  19. MC_SOURCEDIR=$(O)
  20. SOURCES=cmbp0log.mc \
  21. cmbp0wdm.c \
  22. cmbp0pnp.c \
  23. cmbp0scr.c \
  24. cmbp0.rc