Hi,
I'm trying to make a precompiled header. It appears to be not possible currently?
I have these two one-line files:
precomp.h:
#include "precomp.cpp"
precomp.cpp:
#include "wx/wx.h"
I've added precomp.cpp to my project.
In precomp.cpp|Options|Advanced I change the output:
Compiler variable: CPP
Object file: precomp.o -> precomp.gch
When I select OK, the change I just made is lost:
precomp.cpp|Options|Advanced again says precomp.o, not precomp.gch
I guess that this is a bug. When the bug eventually goes away, will this work? Is this the way to create a precompiled header using CB?
I'm using finalbeta.
Greetings,
Troels