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.

29 lines
525 B

  1. TARGETNAME=wsnmp32
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. PASS1_PUBLISH={$(O)\wsnmp32.lib=$(SDK_LIB_PATH)\wsnmp32.lib}
  5. DLLDEF=winsnmp.def
  6. DLLENTRY=DllMain
  7. USE_MSVCRT=1
  8. TARGETLIBS=\
  9. $(SDK_LIB_PATH)\advapi32.lib \
  10. $(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\ws2_32.lib
  13. INCLUDES=..\inc
  14. SOURCES=\
  15. wsnmp32.rc \
  16. wsnmp_bn.c \
  17. wsnmp_cf.c \
  18. wsnmp_db.c \
  19. wsnmp_ec.c \
  20. wsnmp_ma.c \
  21. wsnmp_no.c \
  22. wsnmp_pd.c \
  23. wsnmp_ut.c \
  24. wsnmp_vb.c \
  25. wsnmp_sp.c