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.

32 lines
685 B

  1. TARGETNAME=ipxmontr
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -DMPR50=1 -DUNICODE=1 -D_UNICODE=1
  5. DLLENTRY=IpxDllEntry
  6. PRECOMPILED_INCLUDE=precomp.h
  7. USE_MSVCRT=1
  8. TARGETLIBS=\
  9. ..\..\ip\ipmon\$(O)\ipmontr.lib \
  10. $(SDK_LIB_PATH)\advapi32.lib \
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\mprapi.lib \
  13. $(SDK_LIB_PATH)\netsh.lib \
  14. $(SDK_LIB_PATH)\user32.lib
  15. INCLUDES=..\..\inc;..\..\..\inc;..\..\..\ipx\inc
  16. SOURCES=\
  17. $(O)\ipxmsgs.mc \
  18. ipxutil.c \
  19. ipxmontr.rc \
  20. ipxmontr.c \
  21. ipxhandle.c \
  22. ipxifs.c \
  23. ipxgl.c \
  24. routes.c \
  25. services.c \
  26. stroutes.c \
  27. stsvcs.c \
  28. tfflts.c