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.

52 lines
1.0 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. Revision History:
  11. !ENDIF
  12. TARGETNAME=RpcDbg
  13. TARGETTYPE=LIBRARY
  14. # TARGETPATH in daytona\sources and wow6432\sources.
  15. INCLUDES=..\;..\..\mtrt;..\..\inc;..\..\CharConv;$(INCLUDES);..\..\rtifs\$(O)
  16. BLDCRT=1
  17. #
  18. # Setup for application developer to set breakpoints with windbg
  19. #
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. PRECOMPILED_INCLUDE=..\precomp.hxx
  22. PRECOMPILED_CXX=1
  23. SOURCES=$(SOURCES) \
  24. CellUtil.cxx \
  25. DbgInit.cxx \
  26. DbgPrint.cxx \
  27. SecName.cxx \
  28. SecUtil.cxx \
  29. SvrUtil.cxx
  30. RPCENV= $(RPCENV) -DWIN32RPC -DNTWIN32RPC -D_RPCRT4_
  31. C_DEFINES=$(RPCENV) $(RPCTARGETENV) /DMSWMSG -D_RPCRT4_
  32. # Used only for unit tests
  33. #USE_MSVCRT=1