home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / tcpip / src205 / TCPIP_Src / !Clean next >
Encoding:
Text File  |  1995-02-28  |  550 b   |  31 lines

  1. | If you need to re-compile to whole lot, *DONT* stamp everything as
  2. | it will screw up inter-developer dependancies. Use this instead
  3. | to simply deleted everything.
  4. |
  5. dir <obey$dir>
  6. set alias$xclean cdir %%0.o|Mcreate %%0.o.temp|Mwipe %%0.o FR~CV|Mremove %%0.~%%0|M
  7.  
  8. xclean ARP
  9. xclean DNS
  10. xclean Drivers
  11. xclean Finger
  12. xclean FTP
  13. xclean ICMP
  14. xclean IP
  15. xclean Main
  16. xclean Misc
  17. xclean MiscCli
  18. xclean MiscServ
  19. xclean NetMisc
  20. xclean NNTP
  21. xclean POP
  22. xclean Radio
  23. xclean SMTP
  24. xclean TCP
  25. xclean Telnet
  26. xclean UDP
  27. unset alias@$xclean
  28.  
  29. remove !RunImage
  30. back
  31.