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.

53 lines
1.2 KiB

  1. MAJORCOMP=ntos
  2. MINORCOMP=ex
  3. TARGETNAME=ex
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. INCLUDES=..;..\..\inc;..\..\ke;..\..\kd64;$(SDKTOOLS_INC_PATH);$(HALKIT_INC_PATH);$(PROJECT_ROOT)\fs\fastfat
  7. MSC_WARNING_LEVEL=/W4 /WX
  8. SOURCES=..\callback.c \
  9. ..\callperf.c \
  10. ..\dbgctrl.c \
  11. ..\delay.c \
  12. ..\event.c \
  13. ..\eventpr.c \
  14. ..\exatom.c \
  15. ..\exdata.c \
  16. ..\exinfo.c \
  17. ..\exinit.c \
  18. ..\exdata.c \
  19. ..\handle.c \
  20. ..\harderr.c \
  21. ..\hdlsterm.c \
  22. ..\lookasid.c \
  23. ..\luid.c \
  24. ..\mutant.c \
  25. ..\nbqueue.c \
  26. ..\pool.c \
  27. ..\probe.c \
  28. ..\profile.c \
  29. ..\raise.c \
  30. ..\resource.c \
  31. ..\semphore.c \
  32. ..\sysenv.c \
  33. ..\sysinfo.c \
  34. ..\systime.c \
  35. ..\timer.c \
  36. ..\worker.c \
  37. ..\zone.c \
  38. ..\uuid.c \
  39. ..\win32.c \
  40. ..\rundown.c \
  41. ..\pushlock.c \
  42. ..\xipdisp.c \
  43. ..\keyedevent.c
  44. PRECOMPILED_INCLUDE=..\exp.h
  45. PRECOMPILED_PCH=exp.pch
  46. PRECOMPILED_OBJ=exp.obj
  47. SOURCES_USED=..\sources.inc