
  echo compiling %0.%1
  if "%1"<>"" then $ gcc <ovcompile$options1> <ovcompile$options2> <ovcompile$options3> -o %0.s.%1 %0.c.%1 else $ gcc <ovcompile$options1> <ovcompile$options2> <ovcompile$options3> -o s.%0 c.%0
  if "%1"<>"" then optymyze %0.s.%1 else optymyze s.%0
  if "%1"<>"" then asmtidy  %0.s.%1 else asmtidy  s.%0
  if "%1"<>"" then as -target strongarm -gcc -o %0.o.%1 %0.s.%1 else as -target strongarm -gcc -o o.%0 s.%0
