[IJ FR] Ext Libs to Link per Config

Currently you can only set external libs to link in an Export Target – to have a separate lib for different configs I use a pragma – but it would be great if we could set the external libs in the Configs.

Thanks,

Rail

You can set different library search paths per configuration.

I need to set a different lib for each different config… So for debug it may be libXyzD.lib, for release it may be libXyz.lib, for another config it may be libXyzC.lib

Rail

OK, well then that's a feature request. A very reasonable one, and also one that already came up a few times, but nevertheless it's something that we can't do rightaway right now...

This will go into our list of nice-to-have Introjucer features and will be done as soon as someone has time for it!

Bump. This comes up if you have the misfortune to need to link against the boost libraries. :slight_smile:

1 Like

Am I misunderstanding the problem?


That Extra Library Search Paths can be different depending on the configuration.

Yes.

Rail

Helpful comment of the Year award contender there. :wink:

image

I now realise that is the setting you want per config, it can’t be that difficult to add it yourself, the Projucer code is quite reasonable to work with.