mixxxdj / buildserver

Tools for managing the Mixxx build server and build VMs.
12 stars 23 forks source link

libshout PDBs aren't named right #9

Open rryan opened 7 years ago

rryan commented 7 years ago

We get warnings like this when building Mixxx:

'C:\projects\mixxx\win64_build\lib.pdb'; linking object as if no debug info
libshout.lib(buffer.obj) : warning LNK4099: PDB 'lib.pdb' was not found with 'libshout.lib(buffer.obj)' or at 'C:\projects\mixxx\win64_build\lib.pdb'; linking object as if no debug info
Pegasus-RPG commented 7 years ago

These can be changed in the VS project pretty easily.

rryan commented 7 years ago

Yup, should be easy for a contributor to take on.