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.

18 lines
288 B

  1. TARGETNAME=snmpmib
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. USE_MSVCRT=1
  5. TARGETLIBS=\
  6. $(SDK_LIB_PATH)\advapi32.lib \
  7. $(SDK_LIB_PATH)\kernel32.lib \
  8. $(SDK_LIB_PATH)\snmpapi.lib
  9. INCLUDES=..\..\newagent\inc
  10. SOURCES=\
  11. dllmain.c \
  12. mibentry.c \
  13. mibfuncs.c \
  14. snmpmib.rc