testm.obj:	testm.c mirovdim.h testm
	msc /AS /G2 testm.c;

testm.exe:	testm.obj
	link testm,testm,testm, /m; 

testm.sym:	testm.map
	mapsym	testm
