I suppose this is a newbie question but I can't seem to rid of this warning. When building a program from SMFL's website I run into this warning even though it built and runs properly. I've searched everywhere for a answer and didn't find one.
These are the project settings. For additional dependencies.
The output from the build.
It builds and runs but I don't understand the warning or how to get rid of it. Any suggestions please? Thanx in advance.
These are the project settings. For additional dependencies.
Code:
sfml-system-s-d.lib
sfml-graphics-s-d.lib
sfml-window-s-d.lib
sfml-network-s-d.lib
sfml-audio-s-d.lib
sfml-main.lib
opengl32.lib
winmm.libCode:
Build started at 2:59 PM...
1>------ Build started: Project: Timber, Configuration: Debug Win32 ------
1>LINK : C:\VS Project\Timber\Debug\Timber.exe not found or not built by the last incremental link; performing full link
1>Timber.vcxproj -> C:\VS Project\Timber\Debug\Timber.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 2:59 PM and took 00.205 seconds ==========