Linking dependent projects

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
kmanuele
Posts: 1
Joined: Mon Jul 05, 2021 8:50 pm

Linking dependent projects

Post by kmanuele »

C++Builder 10.4.2, TwineCompile 5.2.3.319

64-bit Windows project.

I have a main project with 3 dependent static libs. If I make a change in a lib, select Make in the main project, TwineCompile will recognize the change and make the lib, but it won't link the lib into the main project.

I have to force a Make on the main project in order for TwineCompile to complete the build.

??

Kevin
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Linking dependent projects

Post by jomitech »

Does this happen to any project, or just this project in particular? Something must be causing the dependency check logic to ignore the updated library file so the main project does not get relinked.

When you say "force the make on the main project", do you mean just run make again, or make some change to the code to get the project to recompile a unit and relink?
Jon
Post Reply