Hello Code:Blocks Gurus,
I want to change a compiler option for a single file. As far as i know, i have to use a custom build command for this. but how?
The problem is a project (Visual Studio Compiler) with precompiled headers enabled. This is Option "/Yu"stdafx.h". But on file doesn't have stdafx.h included, so i have to remove this option. Setting additional options in a custom build command is easy, but removing one? Any Ideas?
Thanks
Martin