Building a release version

Ok, What way should I set the include/linker settings for a release build? If I have alot of folders that contains the game data(like sprites and stuff), where should this go? at the moment, my structure looks like this:

Game->
Data->
All Data folders
Libraries->
All SDL .lib and include directories
DLL's->
Just copy of SDL.dll and all those things
Source->
all game files
Debug->
debug stuff, (exe etc.)
Release->
random stuff with a log of cant find SDL.h

This is the structure I used for making the game, How can I build it so everything knows where to go? :P
likely you set the include path for your debug version but not for release.
Topic archived. No new replies allowed.