diff --git a/Zortech C++ v206/code/E.C b/Zortech C++ v206/CODE/E.C similarity index 100% rename from Zortech C++ v206/code/E.C rename to Zortech C++ v206/CODE/E.C diff --git a/Zortech C++ v206/code/SIEVE.C b/Zortech C++ v206/CODE/SIEVE.C similarity index 100% rename from Zortech C++ v206/code/SIEVE.C rename to Zortech C++ v206/CODE/SIEVE.C diff --git a/Zortech C++ v206/code/TM.C b/Zortech C++ v206/CODE/TM.C similarity index 100% rename from Zortech C++ v206/code/TM.C rename to Zortech C++ v206/CODE/TM.C diff --git a/Zortech C++ v206/code/TTT.C b/Zortech C++ v206/CODE/TTT.C similarity index 100% rename from Zortech C++ v206/code/TTT.C rename to Zortech C++ v206/CODE/TTT.C diff --git a/Zortech C++ v206/code/m.bat b/Zortech C++ v206/CODE/m.bat similarity index 100% rename from Zortech C++ v206/code/m.bat rename to Zortech C++ v206/CODE/m.bat diff --git a/Zortech C++ v206/CODE/m.sh b/Zortech C++ v206/CODE/m.sh new file mode 100644 index 0000000..7e3b9b1 --- /dev/null +++ b/Zortech C++ v206/CODE/m.sh @@ -0,0 +1,13 @@ +str=$(tr '[a-z]' '[A-Z]' <<< $1) + +rm $str.EXE 2>/dev/null +rm $str.MAP 2>/dev/null +rm $str.OBJ 2>/dev/null + +ntvdm -r:.. -u -e:path=c:\\bin,lib=c:\\lib ../bin/ztc $str.c -Ic:\\include -ms -c -DDOSTIME +ntvdm -r:.. -u -e:path=c:\\bin,lib=c:\\lib ../bin/blink ct+$str, $str, $str, ZLs.LIB /noi /m\; + +rm $str.MAP 2>/dev/null +rm $str.OBJ 2>/dev/null + +ntvdm -r:. -u -p $str