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.

36 lines
744 B

  1. TARGETNAME=ipxpromn
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. DLLENTRY=DllMain
  5. C_DEFINES=$(C_DEFINES) -DMPR50=1 -DUNICODE=1 -D_UNICODE=1
  6. PRECOMPILED_INCLUDE=precomp.h
  7. USE_MSVCRT=1
  8. TARGETLIBS=\
  9. ..\ipxmon\$(O)\ipxmontr.lib \
  10. ..\..\ip\ipmon\$(O)\ipmontr.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\mprapi.lib \
  14. $(SDK_LIB_PATH)\netsh.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. INCLUDES=..\..\inc;..\..\..\inc;..\..\..\ipx\inc
  17. SOURCES=\
  18. $(O)\ipxmsgs.mc \
  19. common.c \
  20. ipxpromn.rc \
  21. nb.c \
  22. nbifs.c \
  23. nbnames.c \
  24. rip.c \
  25. ripflts.c \
  26. ripgl.c \
  27. ripifs.c \
  28. sap.c \
  29. sapflts.c \
  30. sapgl.c \
  31. sapifs.c \
  32. utils.c