From dreimer@svn.reactos.org Thu Jul 19 16:26:23 2007
From: dreimer@svn.reactos.org
To: ros-diffs@reactos.org
Subject: [ros-diffs] [dreimer] 27730: set eol-style native (I am sick of using
LINUX2DOS Tool) add a blank howto page. Will be filled later.
Date: Thu, 19 Jul 2007 14:26:00 +0000
Message-ID: <20070719142600.94946FE82@mail.smartxx.ru>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8322931666839320814=="
--===============8322931666839320814==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Author: dreimer
Date: Thu Jul 19 18:25:59 2007
New Revision: 27730
URL: http://svn.reactos.org/svn/reactos?rev=3D27730&view=3Drev
Log:
set eol-style native (I am sick of using LINUX2DOS Tool)
add a blank howto page. Will be filled later.
Added:
trunk/tools/RosBE-Windows/Documentation/files/howto.html
Modified:
trunk/tools/RosBE-Windows/Documentation/files/adv.html (contents, props=
changed)
trunk/tools/RosBE-Windows/Documentation/files/basic.html (contents, pro=
ps changed)
trunk/tools/RosBE-Windows/Documentation/files/credits.html (contents, p=
rops changed)
trunk/tools/RosBE-Windows/Documentation/files/features.html (contents, =
props changed)
trunk/tools/RosBE-Windows/Documentation/files/int.html (contents, props=
changed)
trunk/tools/RosBE-Windows/Documentation/files/intro.html (contents, pro=
ps changed)
trunk/tools/RosBE-Windows/Documentation/files/main.html (contents, prop=
s changed)
trunk/tools/RosBE-Windows/Documentation/files/menu.html (contents, prop=
s changed)
trunk/tools/RosBE-Windows/Documentation/index.html (contents, props cha=
nged)
Modified: trunk/tools/RosBE-Windows/Documentation/files/adv.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/adv.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/adv.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/adv.html Thu Jul 19 18:25:5=
9 2007
@@ -1,12 +1,12 @@
-
-
-
-
- Advanced Features
-
-
-
-
- SVN 1.4.4 is included in RosBE. Manual can be found here:
-
+
+
+
+
+ Advanced Features
+
+
+
+
+ SVN 1.4.4 is included in RosBE. Manual can be found here:
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/adv.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/files/basic.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/basic.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/basic.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/basic.html Thu Jul 19 18:25=
:59 2007
@@ -1,92 +1,92 @@
-
-
-
-
- Basic Features
-
-
-
-
-"make"
-Usage: make [OPTIONS1] [OPTIONS2]
-The command to build the ReactOS Source Tree in the Default directory.
-Without options it does a standard build of ReactOS. OPTIONS1 are the
-standard ReactOS build options ie. "bootcd", "livecd", etc.
-"strip" as optional second parameter sets stripping to enabled and thus
-reduces File Size by ~30% and Minimum needed RAM to use ReactOS to ~24
-MB. ISOs built with this command are NOT usable to file bugs in any way!
-
-"makex"
-Usage: makex [OPTIONS1] [OPTIONS2]
-Same as 'make' but automatically determines the number of CPU Cores in
-your system and uses "make -j x" with the appropriate number to
-threaden the build process for a massive speedup on Multi Core Systems.
-NOTE: The number makex uses can be modified by editing Build-Multi.cmd
-located in the RosBE directory, instructions for doing so are contained
-within the file. This Command is incompatible to Windows Vista right
-now due to a bug in GCC 4.X.X.
-
-"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.
- logs - Removes all build logs in the RosBE-Logs directory.
-
-"help"
-Usage: help [COMMAND]
-Shows help for the specified command or lists all available commands.
-
-"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.
-
-"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.
- default - Sets back to the Default Source Folder without a
-restart of RosBE.
-
-"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 and this tool can edit all for you. ISOs made with a non
-default are NOT usable to file bugs in any way!
- delete - Deletes the created configuration File and so
-sets back to default settings.
-
-"raddr2line"
-Usage: raddr2line [OPTIONS]
-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.
-USAGE: The first parameter has to be the Executable to be analyzed. The
-second one has to be the address to be translated. If you don't set the
-needed Parameters, you will be asked for them.
-
-"basedir"
-Usage: basedir
-Switches back to the ReactOS source directory.
-
+
+
+
+
+ Basic Features
+
+
+
+
+"make"
+Usage: make [OPTIONS1] [OPTIONS2]
+The command to build the ReactOS Source Tree in the Default directory.
+Without options it does a standard build of ReactOS. OPTIONS1 are the
+standard ReactOS build options ie. "bootcd", "livecd", etc.
+"strip" as optional second parameter sets stripping to enabled and thus
+reduces File Size by ~30% and Minimum needed RAM to use ReactOS to ~24
+MB. ISOs built with this command are NOT usable to file bugs in any way!
+
+"makex"
+Usage: makex [OPTIONS1] [OPTIONS2]
+Same as 'make' but automatically determines the number of CPU Cores in
+your system and uses "make -j x" with the appropriate number to
+threaden the build process for a massive speedup on Multi Core Systems.
+NOTE: The number makex uses can be modified by editing Build-Multi.cmd
+located in the RosBE directory, instructions for doing so are contained
+within the file. This Command is incompatible to Windows Vista right
+now due to a bug in GCC 4.X.X.
+
+"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.
+ logs - Removes all build logs in the RosBE-Logs directory.
+
+"help"
+Usage: help [COMMAND]
+Shows help for the specified command or lists all available commands.
+
+"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.
+
+"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.
+ default - Sets back to the Default Source Folder without a
+restart of RosBE.
+
+"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 and this tool can edit all for you. ISOs made with a non
+default are NOT usable to file bugs in any way!
+ delete - Deletes the created configuration File and so
+sets back to default settings.
+
+"raddr2line"
+Usage: raddr2line [OPTIONS]
+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.
+USAGE: The first parameter has to be the Executable to be analyzed. The
+second one has to be the address to be translated. If you don't set the
+needed Parameters, you will be asked for them.
+
+"basedir"
+Usage: basedir
+Switches back to the ReactOS source directory.
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/basic.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/files/credits.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/credits.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/credits.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/credits.html Thu Jul 19 18:=
25:59 2007
@@ -1,26 +1,26 @@
-
-
-
-
- Credits
-
-
-
-
-This Build Environment is inspired by blight's ReactOS Build
-Environment v0.2-3.4.5
-and Dazzle from TinyKRNL (http://www.ti=
nykrnl.org/)
-
-Originally Coded by Peter "dralnix" Ward (dralnix(a)gmail.com) until Version
-0.3.5B2
-Work continued by
-Daniel "EmuandCo" Reimer (reim=
er.daniel(a)freenet.de)
-up to now.
-*nix Version made and Maintained by Colin Finck (mail(a)colinfinck.de)
-up to now.
-
-Icon made by ROSFan.
-
+
+
+
+
+ Credits
+
+
+
+
+This Build Environment is inspired by blight's ReactOS Build
+Environment v0.2-3.4.5
+and Dazzle from TinyKRNL (http://www.ti=
nykrnl.org/)
+
+Originally Coded by Peter "dralnix" Ward (dralnix(a)gmail.com) until Version
+0.3.5B2
+Work continued by
+Daniel "EmuandCo" Reimer (reim=
er.daniel(a)freenet.de)
+up to now.
+*nix Version made and Maintained by Colin Finck (mail(a)colinfinck.de)
+up to now.
+
+Icon made by ROSFan.
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/credits.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/files/features.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/features.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/features.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/features.html Thu Jul 19 18=
:25:59 2007
@@ -1,21 +1,21 @@
-
-
-
-
- Features
-
-
-
-
-
- - Creating, Cleaning and Updating the Tree with included SVN and sSVN.=
li>
-
- Building the Source (Multi Core Optimized)*
- - Maintain Several Trees at once.
- - Configure the Tree Settings with an easy to use editor.
- - Help for Debugging, thanks to included GDB and raddr2line.
- - Support for non Admin Rights Account.*
-
-=09
- * =3D This Feature is not supported under Windows Vista!
-
+
+
+
+
+ Features
+
+
+
+
+
+ - Creating, Cleaning and Updating the Tree with included SVN and sSVN.=
li>
+
- Building the Source (Multi Core Optimized)*
+ - Maintain Several Trees at once.
+ - Configure the Tree Settings with an easy to use editor.
+ - Help for Debugging, thanks to included GDB and raddr2line.
+ - Support for non Admin Rights Account.*
+
+=09
+ * =3D This Feature is not supported under Windows Vista!
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/features.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Added: trunk/tools/RosBE-Windows/Documentation/files/howto.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/howto.html?rev=3D27730&view=3Dauto
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
(empty)
Modified: trunk/tools/RosBE-Windows/Documentation/files/int.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/int.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/int.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/int.html Thu Jul 19 18:25:5=
9 2007
@@ -1,33 +1,33 @@
-
-
-
-
- Introduction
-
-
-
-
-First of all, lets answer the main question: What is RosBE?
-Its a
-Environment for building ReactOS on your own, its based on GCC 4.1.3
-Compiler and aims to be the one and only Build Environment for absolute
-Beginners up to skilled devs.
-
-Realizing this wide spectrum in one BE is quite difficult of course.
-How, as an example, do you tell a newbie how
-to use SVN or maintain/update a Source tree?
-Easy. This package has the
-typical, well known SVN for all advanced devs and a slim Version
-specially made for newbies, called sSVN (Simple SVN), which only does
-the main stuff and has no difficult to understand or even dangerous, if
-wrong used, functions. Additionally it checks the working folder, if
-its empty or not. If its no empty folder, it does not even allow the
-User to continue.
-
-And this is just the beginning of a big list of
-features.
-Devs will be happy with the included GDB and raddr2line.
-Multi Core PC Users will love "makex" which automatically detects the
-number of CPU Cores and optimizes the Build process to that Number.
-
-
+
+
+
+
+ Introduction
+
+
+
+
+First of all, lets answer the main question: What is RosBE?
+Its a
+Environment for building ReactOS on your own, its based on GCC 4.1.3
+Compiler and aims to be the one and only Build Environment for absolute
+Beginners up to skilled devs.
+
+Realizing this wide spectrum in one BE is quite difficult of course.
+How, as an example, do you tell a newbie how
+to use SVN or maintain/update a Source tree?
+Easy. This package has the
+typical, well known SVN for all advanced devs and a slim Version
+specially made for newbies, called sSVN (Simple SVN), which only does
+the main stuff and has no difficult to understand or even dangerous, if
+wrong used, functions. Additionally it checks the working folder, if
+its empty or not. If its no empty folder, it does not even allow the
+User to continue.
+
+And this is just the beginning of a big list of
+features.
+Devs will be happy with the included GDB and raddr2line.
+Multi Core PC Users will love "makex" which automatically detects the
+number of CPU Cores and optimizes the Build process to that Number.
+
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/int.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/files/intro.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/intro.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/intro.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/intro.html Thu Jul 19 18:25=
:59 2007
@@ -1,19 +1,19 @@
-
-
-
-
- RosBE Logo and Title
-
-
-
-
-
-
-  |
-
- Documentation for RosBE for Microsoft&r=
eg; Windows NT®-based Oper=
ating Systems
- |
-
-
-
+
+
+
+
+ RosBE Logo and Title
+
+
+
+
+
+
+  |
+
+ Documentation for RosBE for Microsoft&r=
eg; Windows NT®-based Oper=
ating Systems
+ |
+
+
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/intro.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/files/main.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/main.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/main.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/main.html Thu Jul 19 18:25:=
59 2007
@@ -1,14 +1,14 @@
-
-
-
-
- RosBE Documentation Welcome Page
-
-
-
-
-Welcome to ReactOS Build Environment for Windows. This Documentation
-was made to assist you
-in building and maintaining the Source Code of ReactOS.
-
+
+
+
+
+ RosBE Documentation Welcome Page
+
+
+
+
+Welcome to ReactOS Build Environment for Windows. This Documentation
+was made to assist you
+in building and maintaining the Source Code of ReactOS.
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/main.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/files/menu.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 18:25:=
59 2007
@@ -1,25 +1,27 @@
-
-
-
-
- RosBE Documentation Menu
-
-
-
-
-
- Index:
-=09
- 1. Introduction
- 2. Features
- 3. Basic Functions
- 4. Advanced Functions
- 5. Credits
-
-
-
-
-
-
+
+
+
+
+ RosBE Documentation Menu
+
+
+
+
+
+ Index:
+=09
+ 1. Introduction
+ 2. Features
+ 3. Basic Functions
+ 4. Advanced Functions
+ 5. HowTos
+ 6. Credits
+
+
+
+
+
+
+
Propchange: trunk/tools/RosBE-Windows/Documentation/files/menu.html
------------------------------------------------------------------------------
svn:eol-style =3D native
Modified: trunk/tools/RosBE-Windows/Documentation/index.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati=
on/index.html?rev=3D27730&r1=3D27729&r2=3D27730&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/tools/RosBE-Windows/Documentation/index.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/index.html Thu Jul 19 18:25:59 20=
07
@@ -1,17 +1,17 @@
-
-
-
-
- ReactOS Build Environment Documentation
-
-
-
-
+
+
+
+
+ ReactOS Build Environment Documentation
+
+
+
+
+
+
+
+
+
+
+
Propchange: trunk/tools/RosBE-Windows/Documentation/index.html
------------------------------------------------------------------------------
svn:eol-style =3D native
--===============8322931666839320814==--