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.

48 lines
1.2 KiB

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # source list file for the Job Scheduler service precompiled header
  7. #
  8. # 9/9/95 EricB - created
  9. #
  10. #-----------------------------------------------------------------------------
  11. MAJORCOMP=mgt
  12. MINORCOMP=schedule
  13. C_DEFINES= \
  14. -DFLAT \
  15. -DWIN32=100 \
  16. -DINC_OLE2 \
  17. -DNOEXCEPTIONS \
  18. -D_NT1X_=100 \
  19. -DUNICODE \
  20. -D_UNICODE
  21. USE_MSVCRT=1
  22. SCHEDBASE=$(PROJECT_ROOT)\services\sched
  23. INCLUDES= $(SCHEDBASE)\inc; \
  24. $(SCHEDBASE)\pch; \
  25. $(SHELL_INC_PATH); \
  26. $(WINDOWS_INC_PATH); \
  27. $(BASE_INC_PATH);
  28. !ifndef NTNOPCH
  29. PRECOMPILED_INCLUDE=$(SCHEDBASE)\pch\headers.hxx
  30. PRECOMPILED_OPTION=/Fp$(SCHEDBASE)\pch\$(O)\headers.pch
  31. PRECOMPILED_TARGET=$(SCHEDBASE)\pch\$(O)\headers.pch
  32. PRECOMPILED_OBJ=$(SCHEDBASE)\pch\$(O)\headers.obj
  33. PRECOMPILED_CXX=1
  34. !endif
  35. TARGETNAME=header
  36. TARGETTYPE=LIBRARY
  37. TARGETPATH=obj
  38. SYNCHRONIZE_BLOCK=1
  39. SOURCES=