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.

46 lines
954 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=ke
  3. TARGETNAME=ke
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. INCLUDES=..;..\..\inc;..\$(TARGET_DIRECTORY);$(HALKIT_INC_PATH)
  7. SOURCES=..\apcobj.c \
  8. ..\apcsup.c \
  9. ..\balmgr.c \
  10. ..\bugcheck.c \
  11. ..\config.c \
  12. ..\debug.c \
  13. ..\devquobj.c \
  14. ..\dpcobj.c \
  15. ..\dpcsup.c \
  16. ..\eventobj.c \
  17. ..\interobj.c \
  18. ..\kernldat.c \
  19. ..\kevutil.c \
  20. ..\kiinit.c \
  21. ..\miscc.c \
  22. ..\mutntobj.c \
  23. ..\procobj.c \
  24. ..\profobj.c \
  25. ..\queueobj.c \
  26. ..\raisexcp.c \
  27. ..\semphobj.c \
  28. ..\thredobj.c \
  29. ..\thredsup.c \
  30. ..\timerobj.c \
  31. ..\timersup.c \
  32. ..\wait.c \
  33. ..\waitsup.c \
  34. ..\xipi.c \
  35. ..\yield.c
  36. NTTARGETFILES=
  37. PRECOMPILED_INCLUDE=..\ki.h
  38. PRECOMPILED_PCH=ki.pch
  39. PRECOMPILED_OBJ=ki.obj
  40. SOURCES_USED=..\sources.inc