mirror of https://github.com/tongzx/nt5src
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.
18 lines
460 B
18 lines
460 B
MAJORCOMP=setup
|
|
|
|
SETUP_ROOT=$(PROJECT_ROOT)\ntsetup
|
|
HWDB_ROOT=$(SETUP_ROOT)\hwdb
|
|
|
|
TARGETPATH=$(HWDB_ROOT)\obj
|
|
|
|
#
|
|
# The PRERELEASE option
|
|
#
|
|
!include $(SETUP_ROOT)\sources.inc
|
|
|
|
# include path
|
|
INCLUDES=$(HWDB_ROOT)\inc; \
|
|
$(HWDB_ROOT)\utils\inc; \
|
|
$(HWDB_ROOT)\utils\pch; \
|
|
$(ADMIN_INC_PATH); \
|
|
$(BASE_INC_PATH); \
|