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.

57 lines
1.1 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. Mark Lucovsky (markl) 18-Sep-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. DLLBASE=0x1000000
  15. MAJORCOMP=ntsd
  16. MINORCOMP=ntsdexts
  17. TARGETNAME=rpcexts
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. TARGETLIBS=\
  21. $(SDK_LIB_PATH)\kernel32.lib
  22. DLLDEF = ..\rpcdbg.def
  23. MSC_WARNING_LEVEL=/W3 /WX
  24. USE_NTDLL=1
  25. INCLUDES=..\..\mtrt\;.;..;..\..\trans\Common;..\..\..\ndr20; \
  26. ..\..\..\midl\inc;$(BASE_INC_PATH);..\..\rtifs\$(O); \
  27. $(PROJECT_ROOT)\inc\ndrshared
  28. C_DEFINES=-DNTENV -DWIN32RPC -DNTWIN32RPC -DMSWMSG -D_RPCRT4_
  29. SOURCES=..\rpcdbg.cxx \
  30. ..\nttrans.cxx \
  31. ..\rpcdbg.rc
  32. RPCRUNTIME=..\..
  33. LINKLIBS= \
  34. $(LINKLIBS) \
  35. $(PROJECT_ROOT)\lib\$(O)\RpcDbg.lib
  36. UMTYPE=console