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.

47 lines
823 B

  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. Revision History:
  11. !ENDIF
  12. TARGETNAME=DbgRpc
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\rpcrt4.lib \
  17. $(SDK_LIB_PATH)\ntdll.lib
  18. ALT_PROJECT=daytona
  19. RPCRUNTIME=..
  20. LINKLIBS= \
  21. $(LINKLIBS) \
  22. $(PROJECT_ROOT)\lib\$(O)\RpcDbg.lib \
  23. $(RPCRUNTIME)\rtifs\$(O)\rtifs.lib
  24. INCLUDES=.;..\mtrt;..\rtifs\$(O)
  25. SOURCES=\
  26. DbgRpc.rc \
  27. DbgRpc.cxx
  28. UMTYPE=console
  29. RPCENV=-DNTENV
  30. C_DEFINES=$(RPCENV)