Using CodeBlocks.
I've added the path to the library files in 'search directories' in 'linker' tab. E:\Data\Comp\Library\SDL2-2.0.3\lib\x86
I also added the include files location in 'search directories' and that works fine.
But still when I add 'SDL2.lib' in linker settings and try to compile I get: cannot find -lSDL2.lib
I'm sure I just overlooked something here. Any ideas what's wrong?