Original Post
I'm still pretty new to Code::Blocks and I have two questions. 1) I have a dozen DLL files sittin in my build directory along with my game.exe file. This is pretty ugly and confusing for users. Is it possible to throw those DLLs into a lib folder and tell Code::Blocks where to look for them? If so, how? 2) If I wanted to create a custom icon so that my .exe would display a cute little picture of my main character when viewing the file in a folder, would I use some setting in Code::Blocks or an external application which embeds that information inside a preexisting .exe file? Thanks in advance.