it's back...
Opps sorry same trick with ./ works again. It just doesn't make sense to me why I have to do this with $EXEICON:
The file is right there with the rest of the files that can be picked up without the ./
Oh wait, it's a meta command and we have to tell the compiler where the file is, the normal files are found when running the exe after compiling.
But then why do the authors of this code not have to put ./ into their code?