Only generate bpi-files

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Only generate bpi-files

Post by TKrauss »

We have circular dependencies in our project.
I now search a way to only generate a bpi-file without entire linking (which fails because of unresolved externals).

Is there any way to do this in jtmake?
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Only generate bpi-files

Post by jomitech »

Is there a way to make ilink32 only generate bpi files? I wasn't aware of any. If ilink32 can't do it, then jtmake can't do it either, as it just calls ilink32 for the actual linking process.
Jon
Post Reply