 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Carlos Aguero Guest
|
Posted: Thu Sep 18, 2003 8:06 pm Post subject: Patch File creation |
|
|
Hi,
I am confused about creating a batch file for c++ builder. I write:
md output_parser
md output_loader
cd source
...dcc32
Parser.cpp -E..output_parser -GD -B -U..libcppbin;..libcpplib;..libc
ppinclude;..libcreport; >..output_parserprodcomp.txt
...dcc32
Loader.cpp -E..output_loader -GD -B -U..libcppbin;..libcpplib;..libc
ppinclude;..libcreport; >..output_loaderprodcomp.txt
Pause
I have all the right folder, but when I run the .bat file nothing happens.
Do I need to use different commands to compile a c++builder project? This
works ok with delphi...(if I am compiling a delphi project).
Somebody helps please.
Carlos
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Sep 18, 2003 8:09 pm Post subject: Re: Patch File creation |
|
|
"Carlos Aguero" <carlos986 (AT) hotmail (DOT) com> wrote
| Quote: | I have all the right folder, but when I run the .bat file nothing happens.
|
Well, for starters, you are invoking the Delphi compiler but passing it a
C++ source file instead. You need to invoke BCC32, not DCC32.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|