I am trying to build SFML 1.6 from the sources, but I am having problems getting Visual C++ 2010 Express to create the import libraries. i saw another thread about this and tried what it suggested: correcting the output directory and adding the names of the import libraries.
However, this still doesn't work. The only way I could get VC++ to build import libraries was by putting the full directory path and filename in the import library property. This doesn't seem like the best way to do it.
Does anyone have any suggestions?