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.

48 lines
1.0 KiB

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # source list file for the Job Scheduler NT service install aid mstinit.exe
  7. #
  8. # 9/9/95 EricB - created
  9. #
  10. #-----------------------------------------------------------------------------
  11. MAJORCOMP=mgt
  12. MINORCOMP=schedule
  13. TARGETNAME=mstinit
  14. TARGETTYPE=PROGRAM
  15. TARGETPATH=obj
  16. UMTYPE=windows
  17. UMENTRY=main
  18. MISCFILES= \
  19. ..\mstask.ini
  20. SOURCES= \
  21. ..\security.cxx \
  22. ..\setup.cxx \
  23. ..\setup.rc
  24. C_DEFINES= \
  25. $(C_DEFINES) \
  26. -DFLAT \
  27. -DWIN32=100 \
  28. -DINC_OLE2 \
  29. -DNOEXCEPTIONS \
  30. -D_NT1X_=100 \
  31. -DUNICODE \
  32. -D_UNICODE
  33. USE_MSVCRT=1
  34. TARGETLIBS= \
  35. $(SDK_LIB_PATH)\userenv.lib
  36. INCLUDES= $(PROJECT_ROOT)\services\sched\inc; \
  37. $(DS_INC_PATH); \
  38. $(SHELL_INC_PATH);