Leaked source code of windows server 2003
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.

40 lines
833 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.inc
  5. Abstract:
  6. This is the cluster-wide sources include file. All cluster sources files
  7. include this.
  8. Author:
  9. Steve Wood (stevewo) 12-Apr-1990
  10. C. Brent Thomas (a-brentt) 23-Mar-1998
  11. Eliminated the use of the ALT_PROJECT_TARGET macro with the result
  12. that the symbol files will be placed in the ??? directory.
  13. !ENDIF
  14. MAJORCOMP=cluster
  15. BINPLACE_PLACEFILE=$(PROJECT_ROOT)\cluster\placefil.txt
  16. MSC_WARNING_LEVEL=/W3 /WX
  17. C_DEFINES=$(C_DEFINES) -DCLUSTER_BETA=0 -DSTARTUP_FAILURE_RESTART=1
  18. LEAKSLIB=$(PROJECT_ROOT)\cluster\clusexts\leaks\$(O)\leaks.lib
  19. !IF !DEFINED(NO_SPECIAL_DEBUG)
  20. !IF DEFINED(USE_DEBUG_CRTS)
  21. DEBUG_CRTS=1
  22. !ENDIF
  23. !IF !$(FREEBUILD)
  24. RCOPTIONS=$(RCOPTIONS) -D_DEBUG
  25. !ENDIF
  26. !ENDIF