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.
29 lines
542 B
29 lines
542 B
MAJORCOMP=ntos
|
|
MINORCOMP=io
|
|
|
|
TARGETNAME=io
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=..;..\..\inc; \
|
|
..\pnpmgr; \
|
|
..\..\pnp; \
|
|
$(DDK_INC_PATH); \
|
|
$(NET_INC_PATH); \
|
|
$(HALKIT_INC_PATH)
|
|
|
|
SOURCES= \
|
|
..\ioguid.c \
|
|
..\iovutil.c \
|
|
..\netboot.c \
|
|
..\sessnirp.c \
|
|
..\trackirp.c
|
|
|
|
NTTEST=
|
|
OPTIONAL_NTTEST=tio
|
|
|
|
PRECOMPILED_INCLUDE=..\iop.h
|
|
PRECOMPILED_PCH=iop.pch
|
|
PRECOMPILED_OBJ=iop.obj
|
|
|
|
SOURCES_USED=..\sources.inc
|