Hi,
I have an Issue that if I'm changing a header file wich is part of the precompiled header, I have to rebuild the package.
A normal build is not sufficient and there is an error thrown (mtbcc exited witch code 1).
Could you do anything, that a compile run when header file is changed leads automatically in a build of that project?
Best regards,
Thorsten
Precompiled Headers aren't rebuild on change (BCC32c)
Re: Precompiled Headers aren't rebuild on change (BCC32c)
Unfortunately, this is an issue with the pre-compiled header not offering a dependency check. Not sure if the dependency information is even available in the compiled header. Do you have the same issue when you don't use TwineCompile?
Jon
Re: Precompiled Headers aren't rebuild on change (BCC32c)
No but there the PCH ist always built, even when there are no changes...