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.
23 lines
315 B
23 lines
315 B
TARGETNAME=
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=
|
|
|
|
INCLUDES= \
|
|
$(NET_INC_PATH); \
|
|
$(BASE_INC_PATH);
|
|
|
|
NTTEST=
|
|
|
|
|
|
UMLIBS= \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib
|
|
|
|
UMTYPE=console
|
|
|
|
UMAPPL=devctl
|
|
|