Re: [CMake] A bug for Code::Blocks MinGW?

2009-12-08 Thread Song Zhiwei
Thanks. Have done. 2009/12/9 Alexander Neundorf : > On Saturday 05 December 2009, Song Zhiwei wrote: >> Before the bug fixed, is there any way inside CMake to add " >> around the filename? Use special commands? > > Please put it in the bugtraker at http://public

Re: [CMake] A bug for Code::Blocks MinGW?

2009-12-04 Thread Song Zhiwei
Before the bug fixed, is there any way inside CMake to add " around the filename? Use special commands? Zhiwei 2009/12/3 Song Zhiwei : > CMake 2.8.0 on Windows > > 2009/12/3 John Drescher : >>> I use CMake to generate a Code::Blocks MinGW Makefiles for my project >>&

Re: [CMake] A bug for Code::Blocks MinGW?

2009-12-02 Thread Song Zhiwei
NO one knows? 2009/12/2 Song Zhiwei : > Hi all, > > I use CMake to generate a Code::Blocks MinGW Makefiles for my project > Module4Test. Module4Test.cbp contains lines as below: > >         >             >             >             >             >         &

[CMake] A bug for Code::Blocks MinGW?

2009-12-02 Thread Song Zhiwei
Hi all, I use CMake to generate a Code::Blocks MinGW Makefiles for my project Module4Test. Module4Test.cbp contains lines as below: As you noticed, no " are added around C:/Documents\ /Makefile, so the build fails. Is i