Regards,
Andrew Marlow
Just to make it clear what the problem is. The release libs get the
name I expect but the debug libs get 'd' added just before the suffix.
They all get put in the same dir. This is not what I expect or want. I
expected the leafnames to be the same for release and debug but for
them to be put into Debug and Release dirs. Now to build in debug I
have to put a 'd' onto the end of all my libs names in my 'mpc' file.
This seems wrong to me. Maybe I am doing something wrong.
Just to clarify the problem: I am ok with 'd' being added for my own
libs. I simply say libs += whatever and MPC takes care of whether or
not to add the 'd'. The problem is with third party libs. Some of them
have 'd' when in debug, and others dont. I would like to be able to
say in my mpc file that the 'd' one is for when I am building in debug
mode.
-Andrew M