windows-nt/Source/XPSP1/NT/base/ntdllsym/sources
2020-09-26 16:20:57 +08:00

23 lines
473 B
Plaintext

TARGETTYPE=NOTARGET
TARGETPATH=$(_OBJ_DIR)
INCLUDES=$(PROJECT_ROOT)\ntos\inc;\
$(PROJECT_ROOT)\ntos\rtl;\
$(PROJECT_ROOT)\published\$(O);\
$(SDKTOOLS_INC_PATH);\
$(WINDOWS_INC_PATH);\
$(COM_INC_PATH)
SOURCES=syminfo.c
NTTARGETFILE1=$(O)\ntdll.c
NT_UP=0
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
# force full symbols so this pdb has all the type information we need
MISCFILES= \
$(O)\ntdll.c