I'm compiling the iostreams library in Boost in Windows. It appears that it creates a boost_zlib*.dll file automatically. I want to create two versions of the iostreams .lib and .dll files with separate names for both 32 and 64 bits to put into the same folder. I can easily rename the "iostreams" files. I also need to place the "boost_zlib" files in the same folder. However, since "boost_zlib" file are created automatically, I can't just rename them.
Is there a way to specify the "boost_zlib" output file name so that I can append a "32" or "64" to the file name in order for me to place both files in the same folder?