- make
- Usage: make [OPTIONS]
Make does a standard build of ReactOS. OPTIONS are the standard ReactOS
build options:
-
- all - This target
builds all of
ReactOS.
- "module" - Builds
only the module
with the appropiate name.
- bootcd - Generates
a BootCD ISO.
- livecd - Generates a
LiveCD ISO.
- install - Installs
ReactOS in the
folder specified by the environment variable "ROS_INSTALL".
- "module"_install -
Installs only the module
with the appropiate name in the folder specified by the environment
variable "ROS_INSTALL".
- clean - Deletes
all files
generated by the build process.
- "module"_clean -
Deletes only the files of
one module with the appropiate name.
- depends - Does a
full dependency
check on the ReactOS Source and generates a new makefile. This will
take a while.
- "module"-depends -
Does a dependency check
for one module with the appropiate name.
- makex
- Usage: makex [OPTIONS]
Same as 'make' but automatically determines the number of CPU Cores in
the system and uses "make -j x" with the appropriate number. OPTIONS
are the standard ReactOS build
options:
-
- all - This target
builds all of
ReactOS.
- "module" - Builds
only the module
with the appropiate name.
- bootcd - Generates
a BootCD ISO.
- livecd - Generates a
LiveCD ISO.
- install - Installs
ReactOS in the
folder specified by the environment variable "ROS_INSTALL".
- "module"_install -
Installs only the module
with the appropiate name in the folder specified by the environment
variable "ROS_INSTALL".
- clean - Deletes
all files
generated by the build process.
- "module"_clean -
Deletes only the files of
one module with the appropiate name.
- depends - Does a
full dependency
check on the ReactOS Source and generates a new makefile. This will
take a while.
- "module"-depends -
Does a dependency check
for one module with the appropiate name.
basedir
- Usage: basedir
- Switches back to the ReactOS source directory.
charch
- Usage: charch [OPTIONS]
Change the Architecture to build ReactOS for, for the current RosBE
session. Possible Architectures are: i386, ppc, arm, amd64.
- chdefdir
- Usage: chdefdir [OPTIONS]
- Reconfigures the Default Source Folder for one Session. This is
useful for switching between branches or different ReactOS Source
Trees. Exiting RosBE sets back to the Default.
-
- previous - Switch to the previous ReactOS
source directory.
- chdefgcc [PATH]
- Change the MinGW/GCC directory for the current RosBE session.
- "Path" - Path to set the Host or Target GCC to.
- "Type" - Set it to "target" or "host"
- clean
- Usage: clean [logs]
- Fully cleans the ReactOS source directory and does a better job
than "make clean" does.
It deletes files, which are being generated into the Source Tree while
compiling. After using this Command the tree is completely cleaned up
and 1:1 like a fresh loaded one.
-
- all - Removes
build logs and compiler output in the RosBE-Logs directory.
- logs - Removes all build logs in the RosBE-Logs
directory.
All other commands will be parsed as "make COMMAND_clean" and cleans
the specific command.
- config
- Usage: config [OPTIONS]
- This Command creates a Configuration File, which tells RosBE how
to build the Tree. There are many things you can modify in the build
process, like SubArchitecture (XBox), CPU
specific Optimization, Compiler Optimisation, Enable/Disable
Debugger etc etc and this tool can edit all for you. ISOs made with a
non
default Configuration are NOT usable to file bugs in any way!
-
- delete - Deletes the created configuration File
and so sets back to default settings.
- update - Deletes the
old created configuration file and updates it with a new, default one.
- help
- Usage: help [COMMAND]
- Shows help for the specified command or lists all available
commands.
- options
- Usage: options
- Starts the RosBE Configuration Program and sets the changes
active in the cureent session.
- raddr2line
- Usage: raddr2line [FILE] [ADDRESS]
- This Command translates program addresses of BSODs into file
names and line numbers of the Code it was built of to assist Developers
to find specific Bugs in ReactOS. This Tool is mainly a Dev Tool.
Newbies normally only need it if a devs wants them to try out
something.
-
- FILE - This can be either a fully specified path
or just the file name [you can use a partial name ie. ntdll*] of the
executable to be analyzed. When using just a file the current directory
and all sub-directories are searched.
- ADDRESS - The address to be translated.
- scut
- Usage: scut [OPTIONS]
- Defines, Edits, Removes, Switches and Defaults to Shortcutted
Source Directories. scut started without a parameter or with the name
of a Shortcut as parameter sets this Shortcut active.
-
- list - Lists all shortcuts and their paths.
- add - Adds a Shortcut to a sourcecode.
- rem - Deletes a specific shortcut.
- edit - Lets you edit a specific shortcut.
- def - Chooses Default Shortcut which is enabled
one every start of RosBE. "Default" is the Source Directory as you know
it from previous Versions.
- ssvn
- Usage: ssvn [OPTIONS]
- This is the simple to use sSVN, written for newbies. It only
Creates, Updates or cleans up your ReactOS Source Tree or shows the
Revision Number of the Offline Tree and Online HEAD Revision to see if
its up to date. No need for any additional parameters, just "ssvn
update" and your Tree is fully updated.
-
- update - Updates to HEAD Revision or to a
specific one when second parameter specifies one.
- create - Creates a new ReactOS Source Tree and
got some Security Features. It checks if the folder is empty, contains
a Source Tree or any other files and Cancels if continuing is unsecure.
- cleanup - Cleans up and fixes errors in the
Source Tree. It is mainly needed if the "ssvn update" or "ssvn create"
command got aborted in any way or show problems like error messages
etc.
- status - Shows Actual offline Revision Number
and online HEAD Revision Number to see if its up to date.
update
- Usage: update [OPTIONS]
Updates all files of RosBE to the most recent files.
-
- delete X - Deletes
Update Nr X.
- info X - Shows info
about Update Nr X.
- nr X - Re/Installs
Update Nr X.
- reset - Removes the
Updates Cache. Not recommended.
- status - Shows the
recent status of available, non installed updates.