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.

51 lines
982 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. !include ..\daytona.inc
  15. TARGETNAME=SensApi
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=DllMain
  19. LINKLIBS=..\common\$(O)\common.lib
  20. TARGETLIBS= $(SDK_LIB_PATH)\rpcrt4.lib \
  21. $(SDK_LIB_PATH)\ntdll.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib
  23. INCLUDES=..\common;..\senssvc;..\idl\$(O)
  24. MSC_WARNING_LEVEL=/WX /W3
  25. USE_NOLIBS=1
  26. SOURCES= sensapi.cxx \
  27. sensapi.rc \
  28. stub_api_c.c \
  29. sensutil.cxx
  30. UMTYPE=console
  31. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}