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.

38 lines
677 B

  1. TARGETNAME=ipxrip
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -DMPR50=1
  5. DLLENTRY=IpxRipDllEntry
  6. PRECOMPILED_INCLUDE=precomp.h
  7. UMTYPE=windows
  8. USE_NTDLL=1
  9. TARGETLIBS=\
  10. ..\..\rtmv2\$(O)\rtm.lib \
  11. ..\adptif\$(O)\adptif.lib \
  12. $(SDK_LIB_PATH)\advapi32.lib \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\rtutils.lib
  15. INCLUDES=..\inc;..\..\inc;
  16. SOURCES=\
  17. changebc.c\
  18. filter.c\
  19. globals.c\
  20. ifdbase.c\
  21. ifmgr.c\
  22. io.c\
  23. ipxrip.rc\
  24. mib.c\
  25. periodbc.c\
  26. registry.c\
  27. ripdbg.c\
  28. ripmain.c\
  29. rippkt.c\
  30. ripproc.c\
  31. rtmif.c\
  32. timer.c\
  33. update.c\
  34. workitem.c