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?
Only generate bpi-files
Re: Only generate bpi-files
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