Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ultibohub committed Jun 7, 2016
1 parent cfb00ac commit df60bf4
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions BuildRTL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,7 @@ The RTL builder creates a Windows batch file which compiles the RTL and Packages

While the tool is designed to determine the correct paths and locations without configuration it does support creating a BuildRTL.ini file in the same directory and setting a number of parameters to adjust the behavior.


The format of the INI file is:

[BuildRTL]
PathPrefix=VALUE

InstallPath=VALUE

CompilerPath=VALUE

CompilerVersion=VALUE

SourcePath=VALUE

BuildRTL=VALUE

BuildPackages=VALUE

PlatformARMv6=VALUE

PlatformARMv7=VALUE


A brief explanation of each parameter along with the standard default value:

PathPrefix - A text value to prepend to the path variable in the batch file (Default: BLANK)

InstallPath - The path where Ultibo core is installed (Default: C:\Ultibo\Core) (Detected from the application path)

CompilerPath - The path where the Ultibo version of FPC is installed (Default: INSTALLPATH\fpc\COMPILERVERSION)

CompilerVersion - The version of the FPC compiler (Default: 3.1.1)

SourcePath - The path to RTL and Packages source code (Default: COMPILERPATH\source)

BuildRTL - Enable or disable building the RTL (0=Disable / 1=Enable) (Default: 1)

BuildPackages - Enable or disable building the Packages (0=Disable / 1=Enable) (Default: 1)

PlatformARMv6 - Build the RTL and Packages for ARMv6 architecture (0=Disable / 1=Enable) (Default: 1)

PlatformARMv7 - Build the RTL and Packages for ARMv7 architecture (0=Disable / 1=Enable) (Default: 1)
See the header of the BuildRTL.dpr project file for details of the INI file format and available parameters.


Compiled with Delphi (Convertable to FPC/Lazarus)
Expand Down

0 comments on commit df60bf4

Please sign in to comment.