Source code of Windows XP (NT5)
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.

22 lines
473 B

  1. TARGETTYPE=NOTARGET
  2. TARGETPATH=$(_OBJ_DIR)
  3. INCLUDES=$(PROJECT_ROOT)\ntos\inc;\
  4. $(PROJECT_ROOT)\ntos\rtl;\
  5. $(PROJECT_ROOT)\published\$(O);\
  6. $(SDKTOOLS_INC_PATH);\
  7. $(WINDOWS_INC_PATH);\
  8. $(COM_INC_PATH)
  9. SOURCES=syminfo.c
  10. NTTARGETFILE1=$(O)\ntdll.c
  11. NT_UP=0
  12. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
  13. # force full symbols so this pdb has all the type information we need
  14. MISCFILES= \
  15. $(O)\ntdll.c