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.

63 lines
1.8 KiB

  1. !IF 0
  2. Copyright (c) 1995 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 ..\sources.inc
  13. !IF "$(ALT_PROJECT)" == ""
  14. ALT_PROJECT=DAYTONA
  15. !ENDIF
  16. TARGETPATH=obj
  17. TARGETLIBS=$(TARGETLIBS) \
  18. ..\..\..\idl\public\daytona\$(_OBJ_DIR)\*\pubidl.lib \
  19. ..\..\..\actprops\daytona\$(_OBJ_DIR)\*\actprops.lib \
  20. ..\..\..\idl\internal\$(ALT_PROJECT)\$(_OBJ_DIR)\*\priidl.lib \
  21. ..\..\..\idl\private\daytona\$(_OBJ_DIR)\*\prvidl.lib \
  22. ..\..\lib\$(ALT_PROJECT)\$(_OBJ_DIR)\*\objex.lib \
  23. ..\..\..\common\daytona\$(_OBJ_DIR)\*\cmrpcss.lib \
  24. ..\..\..\com\inc\daytona\$(_OBJ_DIR)\*\inc.lib \
  25. ..\..\..\com\rot\daytona\$(_OBJ_DIR)\*\rot.lib \
  26. ..\..\..\com\catalog\daytona\$(_OBJ_DIR)\*\catalog.lib \
  27. ..\..\..\ilib\daytona\$(_OBJ_DIR)\*\uuid.lib \
  28. ..\..\lib\$(ALT_PROJECT)\$(_OBJ_DIR)\*\olescm.lib \
  29. ..\..\..\com\wx86grpa\daytona\$(O)\wx86grpa.lib \
  30. $(PROJECT_ROOT)\lib\$(_OBJ_DIR)\*\epmap.lib \
  31. $(PROJECT_ROOT)\lib\$(_OBJ_DIR)\*\RpcDbg.lib \
  32. $(SDK_LIB_PATH)\irnotif.lib \
  33. $(SDK_LIB_PATH)\uuid.lib \
  34. $(SDK_LIB_PATH)\ntdll.lib \
  35. $(SDK_LIB_PATH)\advapip.lib \
  36. $(SDK_LIB_PATH)\kernl32p.lib \
  37. $(SDK_LIB_PATH)\ws2_32.lib
  38. INCLUDES=$(BASE_INC_PATH); \
  39. $(NET_INC_PATH); \
  40. $(COMP_OLE32_DIR)\dcomss; \
  41. $(COMP_OLE32_DIR)\ih
  42. RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
  43. C_DEFINES=$(RPCENV) -DUNICODE
  44. SOURCES= \
  45. ..\dcomss.rc \
  46. ..\epts.c \
  47. ..\start.cxx