From c237a5fa4d8a81576ecef5f8403aa376d6158e11 Mon Sep 17 00:00:00 2001 From: Oliver Duis Date: Wed, 9 Nov 2011 20:07:20 +0100 Subject: [PATCH] Tagged 4.0.5 --- COMPILE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE.txt b/COMPILE.txt index c38671906..2f462fe22 100644 --- a/COMPILE.txt +++ b/COMPILE.txt @@ -8,7 +8,7 @@ Cmake is actually used to create the Makefiles (scripts that handle the build pr It is designed to find all necessary compilation flags for your specific machine, but everything can be overriden. RT's build mechanism will generate a build information file, named "AboutThisBuild.txt", and require some parameters that can't be set by Cmake, so it's -done in our build script, and may be overriden at your own will. The build process also enable some sort of cross compiling, since you can only choose +done in our build script, and may be overridden at your own will. The build process also enable some sort of cross compiling, since you can only choose a specific processor variation of the same type (e.g. core2, athlon64, which are both an x86 architecture). Real cross compiling (e.g. building the windows version on a linux platform) has not been tested.