Normally a program looks for the dlls it needs inside of whatever folder it is in. How do I make it so that it will look for my program's dependencies (such as sdl.dll, sdl_ttf.dll, etc.) inside of a folder called DLL?

look in
C:\Program Files\My Program\DLL
instead of
C:\Program Files\My Program

IDE - MSVC 6