Hi,
I've had a look around and googled but cant see anything. Is it possible to do a "link only" with my final target. It depends on a lot of libs which have a custom build step. (its the corba IDL compiler). I don't have the time to customise my IDL files so they automatically invoke the IDL compiler and generated my .cpp files, instead I've used a pre-build step which generates the .cpp files which are in turn compiler. Short story long, until I fix that up, my exe's dependencies are being built each time (at least those that depend on IDL files). I'll get to correcting that but in the meantime, I'd like to know if its possible to do a "link only" on my exe.
Secondly, can somebody confirm that setting a dependency in code blocks does NOT cause the IDE to automagically link against that lib.. as does Visual studio. I just need confirmation, thats all.
thanks and have a nice day
Graham