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.

54 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. Steve Wood (stevewo) 12-Apr-1990
  12. History:
  13. Murali R. Krishnan (MuraliK) 16-Nov-1995 Removed undoc apis
  14. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  15. !ENDIF
  16. !include ..\..\..\place.inc
  17. TARGETNAME=ftpmib
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. USE_MSVCRT=1
  21. TARGETLIBS= \
  22. $(SDK_LIB_PATH)\snmpapi.lib \
  23. $(SDK_LIB_PATH)\ws2_32.lib \
  24. $(SDK_LIB_PATH)\rpcrt4.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(IISBASEDIR)\svcs\infocomm\info\client\$(O)\infoadmn.lib \
  28. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  29. INCLUDES= ..\..\..\inc;..\..\inc
  30. SOURCES= \
  31. main.c \
  32. mib.c \
  33. mib.rc
  34. C_DEFINES=-DINCL_32 -DNT -DWIN32
  35. MSC_WARNING_LEVEL=/W3 /WX