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.

66 lines
1.8 KiB

  1. !IF 0
  2. Copyright (c) 1998 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. !include ..\..\..\chicago.inc
  13. TARGETNAME=rpcss
  14. TARGETTYPE=PROGRAM
  15. NTPROFILEINPUT=yes
  16. USE_MSVCRT=1
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. UMTYPE=console
  19. TARGETPATH=obj
  20. TARGETLIBS=$(TARGETLIBS) \
  21. ..\..\..\idl\public\$(DEST_TREE)\$(_OBJ_DIR)\*\pubidl.lib \
  22. ..\..\..\actprops\$(DEST_TREE)\$(_OBJ_DIR)\*\actprops.lib \
  23. ..\..\..\idl\internal\$(DEST_TREE)\$(_OBJ_DIR)\*\priidl.lib \
  24. ..\..\..\idl\private\$(DEST_TREE)\$(_OBJ_DIR)\*\prvidl.lib \
  25. ..\..\lib\$(DEST_TREE)\$(_OBJ_DIR)\*\objex.lib \
  26. ..\..\..\common\$(DEST_TREE)\$(_OBJ_DIR)\*\common.lib \
  27. ..\..\..\com\inc\$(DEST_TREE)\$(_OBJ_DIR)\*\inc.lib \
  28. ..\..\..\com\rot\$(DEST_TREE)\$(_OBJ_DIR)\*\rot.lib \
  29. ..\..\..\ilib\$(DEST_TREE)\$(_OBJ_DIR)\*\uuid.lib \
  30. ..\..\lib\$(DEST_TREE)\$(_OBJ_DIR)\*\olescm.lib \
  31. $(SDK_LIB_PATH)\ws2_32.lib \
  32. $(SDK_LIB_PATH)\uuid.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. ..\..\..\Win98\lib\rpcrt4.lib \
  35. ..\..\..\Win98\lib\advapi32.lib \
  36. ..\..\..\Win98\lib\user32.lib \
  37. ..\..\..\Win98\lib\gdi32.lib \
  38. ..\..\..\Win98\lib\kernel32.lib \
  39. ..\..\..\Win98\lib\secur32.lib \
  40. ..\..\..\Win98\lib\ntdll.lib \
  41. INCLUDES=..\..; \
  42. ..\..\..\ih
  43. RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
  44. C_DEFINES=$(RPCENV) -DUNICODE
  45. SOURCES= \
  46. ..\dcomss.rc \
  47. ..\epts.c \
  48. ..\start.cxx \
  49. rpcss.cxx \
  50. rtl.c \