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.

52 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Revision History:
  12. MuraliK 16-Nov-1995 Removed netapi32.lib and perfutil.h
  13. !ENDIF
  14. !include ..\..\..\..\place.inc
  15. TARGETNAME=infoctrs
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. PASS0_HEADERDIR=$(O)
  19. PASS0_SOURCEDIR=$(O)
  20. TARGETLIBS=\
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(IISBASEDIR)\svcs\infocomm\info\client\$(O)\infoadmn.lib \
  24. $(SDK_LIB_PATH)\rpcrt4.lib \
  25. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  26. USE_MSVCRT=1
  27. BUFFER_OVERFLOW_CHECKS=1
  28. NTTARGETFILE0=copyini
  29. INCLUDES=.;..\..\..\..\inc
  30. SOURCES=infomsg.mc \
  31. infodata.c \
  32. infoperf.c \
  33. infoctrs.rc \