Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: cronholio on July 24, 2008, 11:25:15 am

Title: How do I use a shellscript for compilation?
Post by: cronholio on July 24, 2008, 11:25:15 am
I need to use some custom (bash) shell scripts to compile code that has only recently been converted to a C::B project. In fact, I don't want C::B to invoke any compiler for me, but just run a specified script depending on the build target. I already gave it a shot and tried to run Squirrel's system command from within a build script but it didn't work. Any ideas?