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.

52 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. TARGETNAME=csrsrv
  12. TARGETPATH=$(_OBJ_DIR)
  13. PASS1_PUBLISH={$(O)\csrsrv.lib=$(BASE_LIB_PATH)\csrsrv.lib}
  14. TARGETTYPE=DYNLINK
  15. TARGETLIBS=$(BASE_LIB_PATH)\smdll.lib \
  16. $(BASE_LIB_PATH)\wow64reg.lib
  17. INCLUDES=$(PROJECT_ROOT)\ntos\inc; \
  18. $(SDKTOOLS_INC_PATH)
  19. USE_NTDLL=1
  20. NT_UP=0
  21. MSC_WARNING_LEVEL=/W3 /WX
  22. C_DEFINES=$(C_DEFINES) -D_CSRSRV_ -D_NTDRIVER_
  23. SOURCES=srvinit.c \
  24. srvloadr.c \
  25. sbinit.c \
  26. sbreqst.c \
  27. sbapi.c \
  28. apiinit.c \
  29. apireqst.c \
  30. session.c \
  31. process.c \
  32. csrdebug.c \
  33. csrss.rc \
  34. wait.c
  35. DLLDEF=$(O)\csrsrv.def
  36. UMTYPE=ntss
  37. UMBASE=@$(COFFBASE_TXT_FILE),csrss