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.

52 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. TARGETNAME=bshell
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. SOURCES=prmptsup.c \
  15. bshell.c \
  16. tbreak.c \
  17. tbuffer.c \
  18. tcancel.c \
  19. tclose.c \
  20. tdevctrl.c \
  21. tea.c \
  22. tevent.c \
  23. tfsctrl.c \
  24. thandle.c \
  25. tmisc.c \
  26. tnotify.c \
  27. topen.c \
  28. toplock.c \
  29. tpause.c \
  30. tqdir.c \
  31. tqfile.c \
  32. tqvolume.c \
  33. treparse.c \
  34. tsetfile.c \
  35. tsetvol.c \
  36. tsparse.c \
  37. tread.c \
  38. ttime.c \
  39. tusn.c \
  40. twrite.c
  41. UMENTRY=main
  42. UMTYPE=console
  43. TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib