Author Topic: Command line compiling problems  (Read 2748 times)

Offline wvteijlingen

  • Single posting newcomer
  • *
  • Posts: 6
Command line compiling problems
« on: January 10, 2008, 05:18:19 pm »
Hello,

At the moment i'm using the latest nightly build. I want to build all my projects in the workspace using the command line. So i specified the following command:

codeblocks.exe --rebuild --batch-build-notify build.workspace

This does not work however. My project its name is HP. Now i've specified built options for HP, but not for default. Now i can not compile my workspace, because i get a notification that says no correct compiler is configured. That's correct. It is not for the default profile, it is for HP. How can i specify this from the command line? --target="All" seems not to work, any ideas?