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.

44 lines
733 B

  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=csrss
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. TARGETLIBS=..\server\$(O)\csrsrv.lib
  15. INCLUDES=..\server; \
  16. $(SDKTOOLS_INC_PATH)
  17. NT_UP=0
  18. SOURCES=\
  19. csrss.c \
  20. csrss.rc
  21. MSC_WARNING_LEVEL=/W3 /WX
  22. C_DEFINES=$(C_DEFINES) -D_CSRSRV_
  23. !IF $(WIN64)
  24. LINKER_STACKSIZE=/STACK:262144,24576
  25. !ELSE
  26. LINKER_STACKSIZE=/STACK:262144,12288
  27. !ENDIF
  28. UMTYPE=ntss
  29. UMBASE=@$(COFFBASE_TXT_FILE),csrss