The program I'm using for building +ap on Windows is Code:Blocks 10.05 w/ MingW.
When I build the workspace it begins compiling nearly all the source files but fails during SDL building. Now, I downloaded and linked the SDL libraries and partially fixed the problem...


...yet it stills spews errors.

I spent a ton of time looking up what I was doing wrong, and I'm pretty sure I've found what the issue is. I need to download and link the SDL_mixer and SDL_image libs. I did so, but when I attempt to link them using "lSDL_mixer" and "lSDL_image"...


...it claims it doesn't understand such terms and compiling fails.

What am I doing wrong? Much appreciated.