1man(1) Code::Blocks IDE man page man(1)
2
3
4
6 Code::Blocks - The open-source, cross-platform IDE
7
9 codeblocks [-h] [-ns] [-d] [--prefix <str>] [-p <str>] [--profile
10 <str>] [--rebuild] [--build] [--target <str>] [--no-batch-window-close]
11 [--batch-build-notify] [filename(s)...]
12
14 codeblocks launches the Code::Blocks IDE. Its various command-line
15 arguments are listed below.
16
18 -h, --help
19 Displays the list of accepted command-line arguments.
20
21 -ns Do not display a splash screen on startup. The splash screen
22 can be completely disabled in the program's environment
23 options.
24
25 -d Enable the debugging log.
26
27 --prefix
28 Specify an alternate path for Code::Blocks to find its shared
29 files.
30
31 -p, --profile
32 Set which profile to use. If you set the profile to ask ,
33 Code::Blocks will display a list with all the known profiles to
34 choose from.
35
36 --rebuild
37 Start a batch rebuild (i.e. "clean" and "build") job on the
38 filenames passed as arguments. The filenames can be either
39 projects or workspaces.
40
41 --build Start a batch build (i.e. no "clean") job on the filenames
42 passed as arguments. The filenames can be either projects or
43 workspaces.
44
45 --target
46 Specify a single build target to build in the batch build (or
47 rebuild) job.
48
49 --no-batch-window-close
50 When the batch job ends, the log window closes too. This option
51 keeps it open until you manually close it.
52
53 --batch-build-notify
54 Display a message when the batch job finishes.
55
56
58 Batch build myproject.cpp, only the "Debug" target and keep the batch
59 job window open when finished:
60 codeblocks --build --target="Debug" --no-batch-window-close myproject.cbp
61
62 Batch rebuild everything in myproject.cpp:
63 codeblocks --rebuild myproject.cbp
64
66 Yiannis "mandrav" Mandravellos (mandrav@codeblocks.org)
67
69 2006 - Initial version
70
71
72
731.0 10 July 2006 man(1)