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.
15 lines
281 B
15 lines
281 B
TARGETTYPE=NOTARGET
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=\
|
|
..;\
|
|
$(DDK_INC_PATH)\wdm; \
|
|
$(PROJECT_ROOT)\ntos\inc;\
|
|
$(PROJECT_ROOT)\hals\inc; \
|
|
$(PROJECT_ROOT)\hals\halx86\i386; \
|
|
$(DDK_INC_PATH);\
|
|
$(HALKIT_INC_PATH)
|
|
|
|
SOURCES=..\halsym.c
|
|
|
|
SOURCES_USED=..\sources.inc
|