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.

79 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. Yong Qu (yongqu) Dec-12-1999
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=rpcndr64
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. 386_STDCALL=1
  18. MSC_WARNING_LEVEL=/W3 /WX
  19. INCLUDES=..;..\..\ndr20;..\..\midl\inc;..\..\runtime\mtrt;$(INCLUDES);$(PROJECT_ROOT)\inc\ndrshared
  20. PRECOMPILED_CXX=1
  21. PRECOMPILED_INCLUDE=..\precomp.hxx
  22. SOURCES= \
  23. ..\async.cxx \
  24. ..\auxilary.cxx\
  25. ..\bufsize.cxx \
  26. ..\free.cxx \
  27. ..\global.cxx \
  28. ..\memsize.cxx \
  29. ..\misc.cxx \
  30. ..\srvout.cxx \
  31. ..\pickle64.cxx\
  32. ..\pointer.cxx \
  33. ..\expr.cxx \
  34. ..\mrshl.cxx \
  35. ..\unmrshl.cxx \
  36. ..\hndl.cxx \
  37. ..\asyncu.cxx \
  38. ..\cltcall.cxx \
  39. ..\mulsyntx.cxx\
  40. ..\proxy.cxx \
  41. ..\srvcall.cxx \
  42. ..\srvwrap.cxx \
  43. ..\relmrl.cxx \
  44. ..\pipes.cxx
  45. !ifdef DOSWIN32RPC
  46. RPCENV=$(RPCENV) -DDOSWIN32RPC -DWIN32RPC
  47. !else
  48. RPCENV=$(RPCENV) -DNTENV
  49. !endif
  50. C_DEFINES=$(RPCENV) -D_RPCRT4_ -DBUILD_NDR64
  51. BUILD_NDR64=1
  52. !ifdef BUILD_NDR64FAKE
  53. C_DEFINES=$(C_DEFINES) -DBUILD_NDR64FAKE
  54. !endif
  55. UMTYPE=console
  56. UMTEST=testc
  57. UMLIBS=$(O)\rpcndr64.lib $(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\rpcrt4.lib