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.

22 lines
544 B

  1. #
  2. # The following lines allow the tree to be relocated. To use this, put
  3. # private.mk in the root of the project (nt\base as of this writing). If
  4. # nt\base\private.mk does not exist, then the official build location will
  5. # be used.
  6. #
  7. COBRA_ROOT=$(PROJECT_ROOT)\ntsetup\cobra
  8. !IF EXIST($(PROJECT_ROOT)\private.mk)
  9. !include $(PROJECT_ROOT)\private.mk
  10. !ENDIF
  11. #
  12. # settings common across the project
  13. #
  14. MAJORCOMP=cobra
  15. COBRA_LIB=$(COBRA_ROOT)\lib\$(_OBJ_DIR)
  16. COBRA_BIN=$(COBRA_ROOT)\bin\$(_OBJ_DIR)
  17. TARGETPATH=$(COBRA_BIN)