Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ironhead on June 29, 2012, 03:25:09 pm
-
I just tried running the newly added batch_rebuild_all.bat file and it calls codeblocks.exe with the CodeBlocks.workspace file which is missing from the repository. Can someone please add it?
Thanks :)
-
Can someone please add it?
Do it yourself - CodeBlocks.workspace = ContribPlugins.workspace + CodeBlocks.cbp
:-)
-
Can someone please add it?
Do it yourself - CodeBlocks.workspace = ContribPlugins.workspace + CodeBlocks.cbp
:-)
Fair enough, seems to be a little odd to have a batch file in the repository that requires something that is missing though.
You also need to make all the plugins dependent on the CodeBlocks project to ensure proper build order.
-
You also need to make all the plugins dependent on the CodeBlocks project to ensure proper build order.
Just make the CodeBlocks.cbp the first project in the workspace and you are done.
(I might commit this indeed...)
-
(I might commit this indeed...)
Saw it was done in r.8080 - many thanks! :)