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.

53 lines
1.1 KiB

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