gcc -o %1.o -c -I. -g %1.cc -pedantic-errors -Wparentheses @echo off if errorlevel 1 goto end if %1 == morbas02 goto end if %1 == itemtst1 goto itemtst1 if %1 == itemtst2 goto itemtst2 if %1 == itmtst2a goto itmtst2a if %1 == itemtst3 goto end if %1 == itemtst4 goto itemtst4 if %1 == itemtst5 goto itemtst5 if %1 == itemtst6 goto itemtst6 if %1 == string1 goto end if %1 == string3 goto end if %1 == string4 goto end if %1 == string5 goto end if %1 == string5a goto end if %1 == string5x goto end if %1 == string5y goto end if %1 == string6 goto end if %1 == strex1 goto end if %1 == strex2 goto end if %1 == strex3 goto end if %1 == strex6 goto end if %1 == strtst1 goto strtst1 if %1 == strtst3 goto strtst3 if %1 == strtst3a goto end if %1 == strtst4 goto strtst4 if %1 == strtst5 goto strtst5 if %1 == strtst5a goto strtst5a if %1 == strtst5x goto strtst5x if %1 == invent1 goto end if %1 == invent2 goto end if %1 == item1 goto end if %1 == item2 goto end if %1 == item4 goto end if %1 == item5 goto end if %1 == item6 goto end if %1 == wassert goto end gxx -o %1 %1.o %djgpprun%/djgpp/lib/stharch.a goto link :itemtst1 gcc -o item1.o -c -I. -g item1.cc gxx -o %1 %1.o item1.o %djgpprun%/djgpp/lib/stharch.a goto link :itemtst2 gcc -o item2.o -c -I. -g item2.cc gxx -o %1 %1.o item2.o %djgpprun%/djgpp/lib/stharch.a goto link :itmtst2a gcc -o item2.o -c -I. -g item2.cc gxx -o %1 %1.o item2.o %djgpprun%/djgpp/lib/stharch.a goto link :itemtst4 gcc -o item4.o -c -I. -g item4.cc gxx -o %1 %1.o item4.o %djgpprun%/djgpp/lib/stharch.a goto link :itemtst5 gcc -o item5.o -c -I. -g item5.cc gcc -o invent1.o -c -I. -g invent1.cc gxx -o %1 %1.o item5.o invent1.o %djgpprun%/djgpp/lib/stharch.a goto link :itemtst6 gcc -o item6.o -c -I. -g item6.cc gcc -o invent2.o -c -I. -g invent2.cc gxx -o %1 %1.o item6.o invent2.o %djgpprun%/djgpp/lib/stharch.a goto link :strtst1 gcc -o string1.o -c -I. -g string1.cc gxx -o %1 %1.o string1.o %djgpprun%/djgpp/lib/stharch.a goto link :strtst3 gcc -o string3.o -c -I. -g string3.cc gxx -o %1 %1.o string3.o %djgpprun%/djgpp/lib/stharch.a goto link :strtst4 gcc -o string4.o -c -I. -g string4.cc gxx -o %1 %1.o string4.o %djgpprun%/djgpp/lib/stharch.a goto link :strtst5 gcc -o string5.o -c -I. -g string5.cc gxx -o %1 %1.o string5.o %djgpprun%/djgpp/lib/stharch.a goto link :strtst5a gcc -o string5a.o -c -I. -g string5a.cc gxx -o %1 %1.o string5a.o %djgpprun%/djgpp/lib/stharch.a goto link :strtst5x gcc -o string5.o -c -I. -g string5.cc gxx -o %1 %1.o string5.o %djgpprun%/djgpp/lib/stharch.a goto link :link move %1. ..\normal move %1.exe ..\normal del %1.o :end