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.

64 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989-1992 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. John Rogers (JohnRo) 21-Mar-1991
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. Revision History:
  14. !ENDIF
  15. TARGETNAME=NetRap
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. TARGETLIBS=\
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\netlib.lib \
  21. $(DS_LIB_PATH)\netapi32p.lib
  22. INCLUDES=$(NET_INC_PATH); \
  23. $(BASE_INC_PATH); \
  24. $(PROJECT_ROOT)\netapi\inc;
  25. !IFNDEF DISABLE_NET_UNICODE
  26. UNICODE=1
  27. NET_C_DEFINES=-DUNICODE
  28. !ENDIF
  29. USE_MSVCRT=1
  30. SOURCES= \
  31. ArrayLen.c \
  32. AuxData.c \
  33. Ascii.c \
  34. Convert.c \
  35. Data.c \
  36. Examine.c \
  37. FieldSiz.c \
  38. netrap.rc \
  39. ParmNum.c \
  40. Pointer.c \
  41. StrucAlg.c \
  42. StrucSiz.c \
  43. TotalSiz.c \
  44. ValidSmb.c
  45. PASS1_PUBLISH= \
  46. {$(O)\netrap.lib=$(SDK_LIB_PATH)\netrap.lib}