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.

65 lines
1.2 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. Revision History:
  11. !ENDIF
  12. TARGETNAME=RpcNs4
  13. TARGETTYPE=DYNLINK
  14. TARGETPATH=obj
  15. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
  16. INCLUDES=.\;..\..\runtime\mtrt;$(O)
  17. SOURCES= \
  18. rpcns4.rc \
  19. nsisvr.cxx \
  20. nsiclnt.cxx \
  21. nsimgmt.cxx \
  22. cbind.cxx \
  23. sbind.cxx \
  24. util.cxx \
  25. mem.c \
  26. autohand.cxx \
  27. ntutil.cxx \
  28. startsvc.c \
  29. $(O)\nsisvr_c.c \
  30. $(O)\nsiclt_c.c \
  31. $(O)\nsimgm_c.c \
  32. RPCENV=-DNTENV
  33. C_DEFINES=$(RPCENV) -D_RPCNS4_
  34. USE_NTDLL=1
  35. MSC_WARNING_LEVEL=/W3 /WX
  36. DLLENTRY=InitializeDLL
  37. LINKLIBS=$(SDK_LIB_PATH)\rpcrt4.lib
  38. TARGETLIBS=$(SDK_LIB_PATH)\netapi32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib \
  40. $(SDK_LIB_PATH)\kernel32.lib
  41. UMTYPE=console
  42. UMTEST=
  43. UMLIBS=
  44. UMRES=$(O)\rpcns4.res