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.

32 lines
705 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991
  5. # All Rights Reserved.
  6. #
  7. # RATINGS project makefile include
  8. #
  9. #############################################################################
  10. MASM6 = TRUE
  11. IS_SDK=TRUE
  12. IS_DDK=TRUE
  13. COMMON=$(ROOT)\net\user\common
  14. # Include master makefile
  15. !ifndef PROPROOT
  16. PROPROOT = $(ROOT)\dev\bin
  17. !endif
  18. !ifndef RATINGSROOT
  19. RATINGSROOT = $(ROOT)\inet\ohare\ratings
  20. !endif
  21. !include $(ROOT)\dev\master.mk
  22. # Add the local include/lib directories
  23. INCLUDE = $(RATINGSROOT)\inc;$(DEVROOT)\inc;$(INCLUDE)
  24. LIB=$(LIB);$(DEVROOT)\lib