cz3ch
cz3ch

Reputation: 409

What is the scope of BPL dependencies

I got three BPL : A, B and C. A includes B and B includes C. They are all compiled and working correctly.

If I do some changes on C (add/delete attributes and methods) Should I recompile :

to make it works correctly?

In other words, when I do some changes on C, I have to compile B again because the enter points on C has changed. But do I have to compile also A again due to the last compile of B?

I would say that compiling C then B is enough but I am really not sure.

Upvotes: 2

Views: 120

Answers (0)

Related Questions