GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
man(1) Code::Blocks IDE man page man(1)

Code::Blocks - The open-source, cross-platform IDE

codeblocks [-h] [-ns] [-d] [--prefix <str>] [-p <str>] [--profile <str>] [--rebuild] [--build] [--target <str>] [--no-batch-window-close] [--batch-build-notify] [filename(s)...]

codeblocks launches the Code::Blocks IDE. Its various command-line arguments are listed below.

Displays the list of accepted command-line arguments.
Do not display a splash screen on startup. The splash screen can be completely disabled in the program's environment options.
Enable the debugging log.
Specify an alternate path for Code::Blocks to find its shared files.
Set which profile to use. If you set the profile to ask , Code::Blocks will display a list with all the known profiles to choose from.
Start a batch rebuild (i.e. "clean" and "build") job on the filenames passed as arguments. The filenames can be either projects or workspaces.
Start a batch build (i.e. no "clean") job on the filenames passed as arguments. The filenames can be either projects or workspaces.
Specify a single build target to build in the batch build (or rebuild) job.
When the batch job ends, the log window closes too. This option keeps it open until you manually close it.
Display a message when the batch job finishes.

Batch build myproject.cpp, only the "Debug" target and keep the batch job window open when finished:

codeblocks --build --target="Debug" --no-batch-window-close myproject.cbp
Batch rebuild everything in myproject.cbp:

codeblocks --rebuild myproject.cbp

Yiannis "mandrav" Mandravellos (mandrav@codeblocks.org)

2006 - Initial version

10 July 2006 1.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.