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
38 lines
721 B
|
|
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
This file specifies project-wide macros for the OPK tools.
|
|
|
|
Author:
|
|
|
|
Jason Cohen (jcohen)
|
|
|
|
!ENDIF
|
|
|
|
OPKROOT=$(PROJECT_ROOT)\ntsetup\opktools
|
|
OPK_LIB_PATH=$(OPKROOT)\lib\$(O)
|
|
OPK_INC_PATH=$(OPKROOT)\inc
|
|
|
|
OPKLIB=$(OPKROOT)\opklib\$(O)
|
|
OPKINC=$(OPK_INC_PATH)
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
!IF DEFINED (OPK_BINPLACE_ARCH)
|
|
BINPLACE_PLACEFILE=$(OPKROOT)\$(TARGET_DIRECTORY)\placefil.txt
|
|
!ELSE
|
|
BINPLACE_PLACEFILE=$(OPKROOT)\placefil.txt
|
|
!ENDIF
|
|
|
|
INCLUDES=$(INCLUDES);$(OPKINC);$(PROJECT_INC_PATH);$(BASE_INC_PATH);$(SHELL_INC_PATH)
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\ntsetup\sources.inc
|
|
|