del *.o gcc -DDJGPP -DPLOIDY=1 -c bookeep.c gcc -DDJGPP -DPLOIDY=1 -c decode.c gcc -DDJGPP -DPLOIDY=1 -c diskbank.c gcc -DDJGPP -DPLOIDY=1 -c frontend.c gcc -DDJGPP -DPLOIDY=1 -c genio.c gcc -DDJGPP -DPLOIDY=1 -c instruct.c gcc -DDJGPP -DPLOIDY=1 -c memalloc.c gcc -DDJGPP -DPLOIDY=1 -c memtree.c gcc -DDJGPP -DPLOIDY=1 -c micromon.c gcc -DDJGPP -DPLOIDY=1 -c portable.c gcc -DDJGPP -DPLOIDY=1 -c queues.c gcc -DDJGPP -DPLOIDY=1 -c rambank.c gcc -DDJGPP -DPLOIDY=1 -c slicers.c gcc -DDJGPP -DPLOIDY=1 -c tierra.c gcc -DDJGPP -DPLOIDY=1 -c trand.c gcc -DDJGPP -DPLOIDY=1 -c tsetup.c gcc -DDJGPP -DPLOIDY=1 -c ttools.c gcc -o tierra *.o -lm -lpc coff2exe tierra if ERRORLEVEL 1 goto ERROR del *.o del tierra gcc -DDJGPP -DPLOIDY=1 -c arg.c gcc -DDJGPP -DPLOIDY=1 -c arg_inc.c gcc -o arg *.o -lm -lpc coff2exe arg del *.o del arg if ERRORLEVEL 1 goto ERROR cd gb0 ..\arg c 0080gen.vir 80 0080aaa.tie copy 0080gen.vir 0080.gen cd ..\gb1 ..\arg c 0095gen.vir 95 0095aaa.tie copy 0095gen.vir 0095.gen cd ..\gb2 ..\arg c 0093gen.vir 93 0093aaa.tie copy 0093gen.vir 0093.gen cd ..\gb3 ..\arg c 0082gen.vir 82 0082aaa.tie copy 0082gen.vir 0082.gen cd ..\gb8 ..\arg c 0082gen.vir 82 0082aaa.tie copy 0082gen.vir 0082.gen cd .. goto DONE :ERROR echo THERE WAS A PROBLEM COMPILING !!!! pause :DONE