News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How do I use a shellscript for compilation?

Started by cronholio, July 24, 2008, 11:25:15 AM

Previous topic - Next topic

cronholio

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?