I finished version 0.1 of the Borland C++ Compiler Compile Tool (BCCCT). It's for use with the free Borland C++ Compiler Command-line Version.
I have used it on my computer and I haven't found any errors in it, but if you find any errors please report them here or e-mail me at rui16888@yahoo.com.
Download BCCCT:
http://mercuria.no-ip.org/dragonproduction...loads/bccct.zip
I'll stick with my batmaker :P .
Anyway about the #pragma command you are using include it at the last line instead of the first this way this way the line numbers in the log file wont be messed up.
Also I'm not working anymore on my batmaker. The code I have written for the IDE is a lot more powerful. (mutiple source and resource files, spaces in names and paths, can compile *.c *.cpp and *.asm files, and I'm still adding)
There was one thing I forgot to mention in the readme.txt file. The compiler directory must have a "\" at the end, so it must be "C:\Borland\BCC55\Bin\." I can easily make it so you don't have to add the slash, and I'll change it in the next version.
Thanks for the tip on pragma!