Yesterday I wanted to publish my first Lite-C game. I have different subfolders:

Code:
#define PRAGMA_PATH "models";
#define PRAGMA_PATH "textures";
#define PRAGMA_PATH "temp";
#define PRAGMA_PATH "gfx";


While development they worked fine. But after publishing the game the files in these subfolders weren't found anymore. Only if I copy the files into the root folder (where the exe lies) they were found.

What I'm doing wrong?