1 rem * 2 rem * 3 rem * executable build file for Borland 5.2 & 5.5 command line 4 rem * 5 rem * some warnings are normal 6 rem * 7 rem * [*** edit path names as necessary ***] 8 rem * 9 rem * 10 bcc32 -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" calc.c mapm.lib 11 rem * 12 rem * 13 bcc32 -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" validate.c mapm.lib 14 rem * 15 rem * 16 bcc32 -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" primenum.c mapm.lib 17 rem * 18 rem * 19 bcc32 -w-inl -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" cpp_demo.cpp mapm.lib 20 rem * 21 rem *