I don't need them...so just supress that warning as Microsoft says on MSDN ?... I hope, it'll work...
Well, MSDN says: You could also compile with /Z7, so the pdb doesn't need to be used, or remove the /DEBUG linker option if you do not have .pdb files for the objects you are linking.
@http://msdn.microsoft.com/en-us/library/b7whw3f3(VS.80).aspx@
It means that I have to add /Z7 option or remove /DEBUG parameter...
But 4.7.3 don't do that...