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.

57 lines
1.3 KiB

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