windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/sources.inc

39 lines
683 B
PHP
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
!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