 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
elund Guest
|
Posted: Mon Oct 16, 2006 7:08 pm Post subject: Command line builds with Delphi components in BDS 2006 C++ B |
|
|
I am using BDS 2006 C++ Builder.
For an automated build system I want to do command line builds with a
Delphi components like Abbrevia, SysTools etc.
Ufornately there are no *.dpr-file. Only the *.bdsproj-file exists.
But "bdsproj2mak" can not handle the *.bdsproj-file. Probably because
the *.bdsproj-file has Delpi Personality.
How do I create the missing *.dpr-file?
Or in other words how do I get the same build from command Line as from
IDE?
Please anyone, what do I miss?
Thanks in advance, Elund |
|
| Back to top |
|
 |
Craig Farrell Guest
|
Posted: Mon Oct 16, 2006 11:30 pm Post subject: Re: Command line builds with Delphi components in BDS 2006 C |
|
|
Hi,
| Quote: |
Ufornately there are no *.dpr-file. Only the *.bdsproj-file exists.
How do I create the missing *.dpr-file?
|
..dpk file is relevant here, not .dpr. i.e.
In previous releases:
..dpk + .dof = everything needed for an IDE compile
..dpk + .cfg = command line compile with same options
In BDS:
..dpk + .bdsproj = everything needed for an IDE compile
..dpk + .cfg = command line compile with same options
| Quote: | Or in other words how do I get the same build from command Line as from
IDE?
|
You probably want dcc32.exe <packname>.dpk
which will pick up the <packname>.cfg
With the -JL switch that should generate all the C++ files.
--Craig |
|
| 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
|
|