a=$1
b=${a:1:99}

# makeONE $b   If the reWriter has not completely translated to MASM syntax

cp $b.o fltk
cd fltk
cp $b/$1.cxx .
g++ -o $1 $1.cxx $b.o @C++staticOptions
cd ..
cp fltk/$1 .