| View previous topic :: View next topic |
| Author |
Message |
David Perkins Guest
|
Posted: Tue Feb 14, 2006 3:03 pm Post subject: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
I have a shiny new BDS2006 sitting here, but I cannot start to use it
until I can automate my builds (as I can with BCBv5).
Can you give me some idea as to when the utility is expected. Note that
'when it's ready' is no help whatsoever.
Thanks. |
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Tue Feb 14, 2006 5:03 pm Post subject: Re: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
David Perkins wrote:
| Quote: | Can you give me some idea as to when the utility is expected. Note that
'when it's ready' is no help whatsoever.
|
Use Darko Miletic's Bdsproj2mak:
http://cablemodem.fibertel.com.ar/mega/bdsproj2mak.0.5.zip
HTH
Jonathan |
|
| Back to top |
|
 |
David Perkins Guest
|
Posted: Tue Feb 14, 2006 5:03 pm Post subject: Re: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
Thanks, but I want to use the BCB action in FinalBuilder and they will
only support the official bpr2mak utility. |
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Tue Feb 14, 2006 6:03 pm Post subject: Re: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
David Perkins wrote:
What excatly are you loosing here? They will support bpr2mak when it's
there. Nobody knows when will that happen. So what is stopping you to
use bdsproj2mak for a while? When new tool appears just switch to that
one. Both of them produce makefile anyway. Makefile is makefile, no big
deal. |
|
| Back to top |
|
 |
David Perkins Guest
|
Posted: Wed Feb 15, 2006 1:03 am Post subject: Re: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
| Quote: | What excatly are you loosing here? They will support bpr2mak when it's
there. Nobody knows when will that happen. So what is stopping you to
use bdsproj2mak for a while?
|
Time.
| Quote: | one. Both of them produce makefile anyway. Makefile is makefile, no big
deal.
|
The FB action lets me use my existing BCB project file and easily
override any projet settings. I'm sure your utility would work fine, but
I don't have the time to convert all my projects twice. |
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Wed Feb 15, 2006 2:03 pm Post subject: Re: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
David Perkins wrote:
| Quote: | What excatly are you loosing here? They will support bpr2mak when it's
there. Nobody knows when will that happen. So what is stopping you to
use bdsproj2mak for a while?
Time.
|
If time is important than best thing to do is to simply write set of
cmake scripts and perform build using cmake. With that system you will
never have to care which version of BCB you use.
I used CMake for remote builds and it works great, both with borland,
microsoft and gcc compilers. |
|
| Back to top |
|
 |
David Perkins Guest
|
Posted: Wed Feb 15, 2006 3:03 pm Post subject: Re: DevRel: What's the ETA for the Proj2Mak utility? |
|
|
| Quote: | Time.
If time is important than best thing to do is to simply write set of
cmake scripts and perform build using cmake. With that system you will
never have to care which version of BCB you use.
I used CMake for remote builds and it works great, both with borland,
microsoft and gcc compilers.
|
Thanks, but it's rather the lack of time rather than a deadline. |
|
| Back to top |
|
 |
|