Benjamin
Dec 17th, 2000, 07:31 PM
I use Borland C++ 5.5 to compile some of my apps,
but I don't know how to make the compiler generate an executable with a different file name than the cpp file...
it says:
Specify executable file name
(Command-line switch = -efilename)
but that doesn't work...
I try:
bcc32 test -etest2
it just generates test.exe
:confused:
but I don't know how to make the compiler generate an executable with a different file name than the cpp file...
it says:
Specify executable file name
(Command-line switch = -efilename)
but that doesn't work...
I try:
bcc32 test -etest2
it just generates test.exe
:confused: