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.

38 lines
721 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. This file specifies project-wide macros for the OPK tools.
  7. Author:
  8. Jason Cohen (jcohen)
  9. !ENDIF
  10. OPKROOT=$(PROJECT_ROOT)\ntsetup\opktools
  11. OPK_LIB_PATH=$(OPKROOT)\lib\$(O)
  12. OPK_INC_PATH=$(OPKROOT)\inc
  13. OPKLIB=$(OPKROOT)\opklib\$(O)
  14. OPKINC=$(OPK_INC_PATH)
  15. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  16. !IF DEFINED (OPK_BINPLACE_ARCH)
  17. BINPLACE_PLACEFILE=$(OPKROOT)\$(TARGET_DIRECTORY)\placefil.txt
  18. !ELSE
  19. BINPLACE_PLACEFILE=$(OPKROOT)\placefil.txt
  20. !ENDIF
  21. INCLUDES=$(INCLUDES);$(OPKINC);$(PROJECT_INC_PATH);$(BASE_INC_PATH);$(SHELL_INC_PATH)
  22. !INCLUDE $(PROJECT_ROOT)\ntsetup\sources.inc