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.

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. $(PROJECT_ROOT)\lib\$(_OBJ_DIR)\*\epmap.lib \
  30. $(PROJECT_ROOT)\lib\$(_OBJ_DIR)\*\RpcDbg.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\ntdll.lib \
  33. $(SDK_LIB_PATH)\advapip.lib \
  34. $(SDK_LIB_PATH)\kernl32p.lib \
  35. $(SDK_LIB_PATH)\ws2_32.lib
  36. INCLUDES=$(BASE_INC_PATH); \
  37. $(NET_INC_PATH); \
  38. $(COMP_OLE32_DIR)\dcomss; \
  39. $(COMP_OLE32_DIR)\ih; \
  40. $(DS_INC_PATH)
  41. RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
  42. C_DEFINES=$(RPCENV) -DUNICODE
  43. SOURCES= \
  44. ..\dcomss.rc \
  45. ..\epts.c \
  46. ..\start.cxx
  47. BUFFER_OVERFLOW_CHECKS=1