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.

69 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1994 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. Author:
  11. Madan Appiah (madana) 30-May-1995
  12. Revision History:
  13. MuraliK 19-July-1995 (removed unwanted libs and include paths)
  14. !ENDIF
  15. !include ..\..\place.inc
  16. MAJORCOMP = inetsvcs
  17. MINORCOMP = svcloc
  18. TARGETNAME=inetsloc
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. DLLENTRY=DLLSvclocEntry
  22. TARGETLIBS= \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\ws2_32.lib \
  25. $(SDK_LIB_PATH)\mswsock.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\netapi32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. ..\lib\*\isdebug.lib
  30. INCLUDES=..\..\inc
  31. SOURCES= \
  32. inetsloc.rc \
  33. debug.c \
  34. util.cxx \
  35. svcapis.cxx \
  36. svccli.cxx \
  37. svccom.cxx \
  38. svcsrv.cxx \
  39. svcinfo.cxx
  40. C_DEFINES= -DWIN32
  41. WARNING_LEVEL=-W4
  42. USE_MSVCRT=1
  43. PRECOMPILED_CXX=1
  44. PRECOMPILED_INCLUDE=svcloc.hxx
  45. PRECOMPILED_PCH=svcloc.pch
  46. PRECOMPILED_OBJ=svcloc.obj
  47. UMTYPE=console