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.

28 lines
511 B

  1. PROJDIR=..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=tcpipcfg
  4. TARGETTYPE=LIBRARY
  5. INCLUDES=$(PROJDIR)\netcfg\inc;$(PROJDIR)\idl;$(PROJDIR)\inc;$(DS_INC_PATH);
  6. SOURCES=\
  7. dlgaddr.cpp \
  8. dlgaddrm.cpp \
  9. dlgatm.cpp \
  10. dlgbkup.cpp \
  11. dlgdns.cpp \
  12. dlgfilt.cpp \
  13. dlgopt.cpp \
  14. dlgras.cpp \
  15. dlgwins.cpp \
  16. ipctrl.cpp \
  17. ipsysprp.cpp \
  18. tcpaf.cpp \
  19. tcpdhcp.cpp \
  20. tcperror.cpp \
  21. tcpfunc.cpp \
  22. tcpip.cpp \
  23. tcpipobj.cpp \
  24. tcprsvp.cpp \
  25. tcputil.cpp