RosBE-1.5 部分命令行参数!
reactos吧
全部回复
仅看楼主
level 8
acat1433 楼主
2010年02月16日 07点02分 1
level 8
acat1433 楼主
2010年02月16日 07点02分 2
level 8
acat1433 楼主
RosBE-1.5 部分命令行参数!
2010-02-15 20:38*******************************************************************************
*                                                                            *
*                        ReactOS Build Environment 1.5 *
*                                                                                *
*******************************************************************************
For a list of all included commands, type: "help"
-------------------------------------------------
No ReactOS source detected. Please use "ssvn create" to download it.
d:\reactos>help
Available Commands:
make [OPTIONS]       - Make does a standard build of ReactOS. OPTIONS are the standard ReactOS build options.
makex [OPTIONS]      - Same as 'make' but automatically determines the number of CPU Cores in the system and uses -j with the appropriate number.
basedir              - Switch back to the ReactOS source directory.
charch [OPTIONS]     - Change the Architecture to build ReactOS for for the current RosBE session.
chdefdir [OPTIONS]   - Change the ReactOS source directory for the current RosBE session.
chdefgcc [OPTIONS]   - Change the Host or Target MinGW/GCC directory for the current RosBE session.
clean [OPTIONS]      - Fully clean the ReactOS source directory and/or the RosBE build logs.
config [OPTIONS]     - Configures the way, ReactOS will be built.
help [COMMAND]       - Display the available commands or give help on a specific command.
kdbg [OPTIONS]       - Outputs KDBG Debug Output and lets you give debug commands to it.
raddr2line [OPTIONS] - Translates program addresses into file names and line numbers to assist developers with finding specific bugs in ReactOS.
remake [OPTIONS]     - Cleans one or several specific 
2010年02月16日 08点02分 3
level 8
acat1433 楼主
modules and immediately rebuilds it cleanly.
scut [OPTIONS]       - List, add, edit, remove, switch and default to shortcutted ReactOS source directories.
ssvn [OPTIONS]       - Create, update or clean-up your ReactOS source tree or show the revision number of the local and online trees.
options              - Starts the RosBE configurator and sets the changes active immediately.
update [OPTIONS]     - Updates RosBE to the most recent files.
D:\REACTOS>help 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.
D:\REACTOS>svn help
usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.6.9.
Type 'svn help <subcommand>' for help on a specific subcommand.
Type 'svn --version' to see the program version and RA modules
or 'svn --version --quiet' to see just the version number.
Most subcommands take file and/or directory arguments, recursing
on the directories. If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.
Available subcommands:
   add
blame (praise, annotate, ann)
cat
changelist (cl)
checkout (co)
cleanup
commit (ci)
copy (cp)
delete (del, remove, rm)
diff (di)
export
help (?, h)
import
info
list (ls)
lock
log
merge
mergeinfo
mkdir
move (mv, rename, ren)
propdel (pdel, pd)
propedit (pedit, pe)
propget (pget, pg)
proplist (plist, pl)
propset (pset, ps)
resolve
resolved
revert
status (stat, st)
switch (sw)
unlock
update (up)
Subversion is a tool for version control.
For additional information, see http://subversion.tigris.org/
D:\REACTOS>help ssvn
Usage: ssvn [OPTIONS]
Creates, updates or cleans up your ReactOS source tree or shows the revision
number of the local and online trees.
update    - Updates to HEAD revision or to a specific one when the second parameter specifies one.
create    - Creates a new ReactOS source tree.
rosapps   - Creates a new ReactOS RosApps source tree.
rostests - Creates a new ReactOS RosTests source tree.
cleanup   - Cleans up and fixes errors in the source tree.
status    - Show the current local and online revision numbers.
2010年02月16日 08点02分 4
1