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
529 B
23 lines
529 B
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
|
|
INCLUDES=$(PROJECT_ROOT)\ntos\inc;\
|
|
$(PROJECT_ROOT)\ntos\rtl;\
|
|
$(PROJECT_ROOT)\win32;\
|
|
$(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
|