Leaked source code of windows server 2003
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

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