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.
26 lines
424 B
26 lines
424 B
NT_UP=0
|
|
!include $(PROJECT_ROOT)\ntdll\ntdll.inc
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=rtl
|
|
|
|
TARGETNAME=ntslist
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS1_PUBLISH=\
|
|
{$(DYNLINK_LIB)=$(BASE_LIB_PATH)\$(TARGETNAME).lib}\
|
|
{$(O)\$(TARGETNAME).h=$(BASE_INC_PATH)\$(TARGETNAME).h}
|
|
|
|
INCLUDES=..;..\..\inc;$(SDKTOOLS_INC_PATH)
|
|
|
|
SOURCES=slistfunc.c
|
|
|
|
NTTARGETFILES=
|
|
NTTARGETFILE0=\
|
|
$(O)\ntslist.h
|
|
|
|
|
|
UMTEST=
|
|
UMTYPE=console
|
|
UMLIBS=
|