tftp_main.obj: tftp_main.c
	cl /c /DDEBUG /DMSC /Gs /I..\..\include /Zd tftp_main.c

3tftp.exe: tftp_main.obj
	link tftp_main, 3tftp/noi/noe, nul, tftp domain udp 3com ip net task h19 pc;
	command /c copy 3tftp.exe ..\..\exe

ptftp.exe: tftp_main.obj
	link tftp_main, ptftp/noi/noe, nul, tftp domain udp pr ip net task h19 pc;
	command /c copy ptftp.exe ..\..\exe

stftp.exe: tftp_main.obj
	link tftp_main, stftp/noi/noe, nul, tftp domain udp serial ip net task h19 pc;
	command /c copy stftp.exe ..\..\exe

itftp.exe: tftp_main.obj
	link tftp_main, itftp/noi/noe, nul, tftp domain udp il ip net task h19 pc;
	command /c copy itftp.exe ..\..\exe
