Source code of Windows XP (NT5)
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.

74 lines
1.9 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. TARGETNAME=rpcssext
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. TARGETLIBS= ..\..\common\daytona\$(_OBJ_DIR)\*\cmrpcss.lib \
  18. ..\..\idl\private\daytona\$(_OBJ_DIR)\*\prvidl.lib \
  19. $(SDK_LIB_PATH)\uuid.lib \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib
  23. DLLBASE=@$(COFFBASE_TXT_FILE),usermode
  24. OLE32_DIR=$(COMP_OLE32_DIR)
  25. COM_DIR=$(OLE32_DIR)\com
  26. IDL_DIR=$(OLE32_DIR)\idl
  27. DCOMSS_DIR=$(OLE32_DIR)\dcomss
  28. INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc;
  29. INCLUDES= $(OLE32_DIR)\common\$(DEST_TREE);$(OLE32_DIR)\ih;$(OLE32_DIR)\common;
  30. INCLUDES= $(INCLUDES);$(IDL_DIR)\public\daytona\$(O)
  31. INCLUDES= $(INCLUDES);$(IDL_DIR)\internal\daytona\$(O)
  32. INCLUDES= $(INCLUDES);$(IDL_DIR)\private\daytona\$(O)
  33. INCLUDES= $(INCLUDES);$(DCOMSS_DIR)
  34. INCLUDES= $(INCLUDES);$(OLE32_DIR)
  35. INCLUDES= $(INCLUDES);$(DCOMSS_DIR)\olescm
  36. INCLUDES= $(INCLUDES);$(DCOMSS_DIR)\objex
  37. INCLUDES= $(INCLUDES);$(COM_DIR)\inc;$(COM_DIR)\rot;$(COM_DIR)
  38. INCLUDES= $(INCLUDES);$(COM_DIR)\class;$(COM_DIR)\objact
  39. INCLUDES= $(INCLUDES);$(OLE32_DIR)\actprops
  40. INCLUDES= $(INCLUDES);$(BASE_INC_PATH)
  41. C_DEFINES=-DNTENV -DDFSACTIVATION -DDIRECTORY_SERVICE -DDARWIN_ENABLED
  42. PRECOMPILED_INCLUDE=actdbg.hxx
  43. MSC_WARNING_LEVEL=/W3 /WX
  44. SOURCES=rpcssext.rc \
  45. epts.c \
  46. commands.cxx \
  47. dump.cxx \
  48. miscdbg.cxx \
  49. memory.cxx
  50. UMTYPE=console
  51. DLLENTRY=_DllMainCRTStartup
  52. PASS1_PUBLISH={$(O)\rpcssext.lib=$(SDK_LIB_PATH)\rpcssext.lib}