News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

precompiled headers command messed up

Started by Balazs, January 08, 2007, 05:20:29 PM

Previous topic - Next topic

Balazs

I think CB issues a bad command when precompiling the header I want. It does this:


mingw32-g++.exe -O3 -Wall -I..\..\..\src -c ..\..\..\src\pch.h -o src\pch.h.gch


Shouldn't it issue a command like this?:


mingw32-g++.exe -O3 -Wall -I..\..\..\src -c ..\..\..\src\pch.h -o ..\..\..\src\pch.h.gch


I'm using "Generate PCH alongside original header" strategy.