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.

78 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=utils
  15. MINORCOMP=nwscript
  16. C_DEFINES = -DNT=1 -DUNICODE=1
  17. TARGETNAME=nwscript
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. INCLUDES=inc;$(PROJECT_ROOT)\nw\inc;$(NET_INC_PATH);$(TERMSRV_INC_PATH);
  21. SOURCES=capture.c \
  22. psdb.c \
  23. ntcap.c \
  24. helpers.c \
  25. script.c \
  26. display.c \
  27. nwapi1.c \
  28. nwapi2.c \
  29. nwapi3.c \
  30. common.c \
  31. strings.c \
  32. ntscript.c \
  33. dbcs.c \
  34. parspath.c \
  35. nt.c \
  36. ntnw.c \
  37. drvstat.c \
  38. env.c \
  39. break.c \
  40. attach.c \
  41. ncp.c \
  42. drive.c \
  43. version.c \
  44. date.c \
  45. wide.c \
  46. unc.c \
  47. nds.c \
  48. ps40db.c \
  49. time.c \
  50. maplist.c \
  51. lsparse.c \
  52. nwscript.rc
  53. UMTYPE=console
  54. UMAPPL=nwscript
  55. UMLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  56. $(SDK_LIB_PATH)\user32.lib \
  57. $(NET_LIB_PATH)\mprp.lib \
  58. $(SDK_LIB_PATH)\ntdll.lib \
  59. $(DS_LIB_PATH)\nwapi32.lib \
  60. $(DS_LIB_PATH)\nwprovau.lib \
  61. $(O)\nwscript.lib
  62. UMRES=$(O)\nwscript.res