.AUTODEPEND

#		*Translator Definitions*

#		*Explicit Rules*
all:	english german russian
	@-del setdrv.com
	@-del setdrv.exe

english:	
	@-del SetDrv.com
	@-del obj\*.obj
	tmake	-DLANGUAGE=ENGLISH -f SetDrv.mak
	@copy SetDrv.com bin\SetDrv.eng >nul

german:
	@-del SetDrv.com
	@-del obj\*.obj
	tmake	-DLANGUAGE=GERMAN -f SetDrv.mak
	@copy SetDrv.com bin\SetDrv.ger >nul

russian:
	@-del SetDrv.com
	@-del obj\*.obj
	tmake	-DLANGUAGE=RUSSIAN -f SetDrv.mak
	@copy SetDrv.com bin\SetDrv.rus >nul
