S
Shuo Xiang
Greetings:
I'm sorry this is off topic, but since all the old borland compiler
groups are dead now I can only post here:
I need to make a batch file to compile a single .c source files into a
binary executable using Borland C++ 3.1 for DOS. I'm just wondering
what command to put in the batch file? Is it like:
bcc hello.c
and if I want to use the "large" memory model, is it like:
bcc -lm hello.c
Thank you for your attention.
Shuo Xiang
I'm sorry this is off topic, but since all the old borland compiler
groups are dead now I can only post here:
I need to make a batch file to compile a single .c source files into a
binary executable using Borland C++ 3.1 for DOS. I'm just wondering
what command to put in the batch file? Is it like:
bcc hello.c
and if I want to use the "large" memory model, is it like:
bcc -lm hello.c
Thank you for your attention.
Shuo Xiang