Are you about to install only some wine DLLs? Why don't do a "make install" to install all? One approach to find out which DLLs your app requires is to look INTO the executable file with a hex editor and search for DLL inclusion (e.g. search for .dll with a case-insensitive search).