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.

83 lines
2.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  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 ..\daytona.inc
  13. DELAYLOAD = OLEAUT32.DLL; IPHLPAPI.DLL; WS2_32.DLL
  14. DLOAD_ERROR_HANDLER=kernel32
  15. TARGETNAME=Sens
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=DllMain
  19. TARGETLIBS= $(SDK_LIB_PATH)\rpcrt4.lib \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\oleaut32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\ntdll.lib \
  24. $(SDK_LIB_PATH)\kernl32p.lib \
  25. $(SDK_LIB_PATH)\ws2_32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\iphlpapi.lib \
  28. $(SDK_LIB_PATH)\advapip.lib \
  29. !if !$(FREEBUILD)
  30. ..\common\daytona\$(O)\common.lib \
  31. !endif
  32. $(SDK_LIB_PATH)\svcguid.lib
  33. PASS1_PUBLISH= \
  34. {$(O)\Sens.lib=$(SDK_LIB_PATH)\Sens.lib}
  35. LINKLIBS= \
  36. $(LINKLIBS) \
  37. ..\sensapip\daytona\$(O)\sensapip.lib \
  38. INCLUDES=..\common;..\senscfg;..\idl\$(O);$(SDK_LIB_PATH);$(BASE_INC_PATH)
  39. MSC_WARNING_LEVEL=/WX
  40. USE_NTDLL=1
  41. PRECOMPILED_INCLUDE=precomp.hxx
  42. PRECOMPILED_CXX=1
  43. SOURCES= \
  44. ..\service.cxx \
  45. ..\senssvc.cxx \
  46. ..\linklist.cxx \
  47. ..\memory.cxx \
  48. ..\sensutil.cxx \
  49. ..\stub_api_s.c \
  50. ..\stub_notify_s.c \
  51. ..\apiproc.cxx \
  52. ..\lan.cxx \
  53. ..\wan.cxx \
  54. ..\ipname.cxx \
  55. ..\dest.cxx \
  56. ..\event.cxx \
  57. ..\cfacchng.cxx \
  58. ..\cpubfilt.cxx \
  59. ..\csubchng.cxx \
  60. ..\cache.cxx \
  61. ..\syncmgr.cxx \
  62. ..\guids.c \
  63. ..\senssvc.rc
  64. UMTYPE=console