divyang4481 / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Set a different build directory for each prep file #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Brief Description:
When trying to create build files for  different platforms, each prep file is 
instructed to create its build files in the default 'build' dir. When running 
more than 1 prep file CMake will complain with various errors.

Use case:
Install FB
fbgen a new project
In windows: run prep2010.cmd
In linux: run prepmake.sh
CMake will complain and error out.

Additional information:
Since this project is all about cross-platform, it's only naturally that alot 
of people are going to try to build their projects for various platforms. 
Running into these conflicts early on might be discouraging

Original issue reported on code.google.com by taco.per...@gmail.com on 23 Jul 2010 at 10:00

GoogleCodeExporter commented 8 years ago
This is not a bug.  You can only use one prep script; to change generators, 
simply delete your build directory (or buildex directory).  It's just a 
cmake-ism.

Original comment by taxilian on 23 Jul 2010 at 12:27