 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
peter Guest
|
Posted: Thu Jun 03, 2004 9:26 pm Post subject: compiling without VCL50.bpi? |
|
|
hi,
i use borland builder 5. I have a coworker who wants to be able to
compile code using a makefile only. Hence, I downloaded the
freecommandlinetools and installed it on his computer. I exported
the makefile from my project. However, when I call 'MAKE' on his
machine I get the error "Cannot find file: 'vcl50.bpi'".
However, this is a command-line program and does not require the
Visual Component Library or anything like that. I went to
project->options and unchecked the 'build with runtime packages'
and then exported the makefile again, but it gave me the same
error. How can I get it to compile without these .BPI files?
Thanks
|
|
| Back to top |
|
 |
Bob Gonder Guest
|
Posted: Thu Jun 03, 2004 10:22 pm Post subject: Re: compiling without VCL50.bpi? |
|
|
peter wrote:
| Quote: | I exported the makefile from my project. However, when I call 'MAKE' on his
machine I get the error "Cannot find file: 'vcl50.bpi'".
However, this is a command-line program and does not require the
Visual Component Library or anything like that.
How can I get it to compile without these .BPI files?
|
Edit the MAK file.
Remove all the garbage that has nothing to do with compiling and
linking your app (such as references to vcl50)
BCB doesn't know you want to export to a non-BCB environment.
|
|
| Back to top |
|
 |
peter Guest
|
Posted: Fri Jun 04, 2004 6:46 pm Post subject: Re: compiling without VCL50.bpi? |
|
|
That worked, thanks Bob
Bob Gonder <notbg (AT) notmindspring (DOT) invalid> wrote:
| Quote: | peter wrote:
I exported the makefile from my project. However, when I call 'MAKE' on his
machine I get the error "Cannot find file: 'vcl50.bpi'".
However, this is a command-line program and does not require the
Visual Component Library or anything like that.
How can I get it to compile without these .BPI files?
Edit the MAK file.
Remove all the garbage that has nothing to do with compiling and
linking your app (such as references to vcl50)
BCB doesn't know you want to export to a non-BCB environment.
|
|
|
| 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
|
|