Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 13:15:40 +0100] rev 42
Fix link errors and resolve
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 11:24:11 +0100] rev 41
Fixed compile. This change now provides alpha support for the integration of guestegl with the host
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 10:52:02 +0100] rev 40
added eglSwapBuffers integration; this change has not been compiled so don't sync to this changelist
Faisal Memon <faisal.memon@nokia.com> [Thu, 23 Sep 2010 17:42:42 +0100] rev 39
interim checkin, no compilation check done so don't sync to this changeset
Faisal Memon <faisal.memon@nokia.com> [Thu, 23 Sep 2010 13:18:28 +0100] rev 38
fix rombuild to avoid duplicate delivery of dll
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 12:02:56 +0100] rev 37
Added /NOBUILD option to holdingarea/build.bat
This allows cmake to be run without subsequently invoking nmake
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 12:02:04 +0100] rev 36
Moved syborggraphicswrapper from qemu package
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 11:23:48 +0100] rev 35
Modified CMake scripts to link against correct version of LLVM
VISUAL_STUDIO_VERSION must be defined to either 2005 or 2008 when
CMake is run. See build.bat for example usage.
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 11:24:53 +0100] rev 34
Added build script allowing use of different toolchains
holdingarea/build.bat provides command-line switches allowing:
* Selection between Visual Studio versions (2005 / 2008)
* Selection of debug / release builds
* Selection of CMake generator (Visual Studio solution / NMake makefiles)
* Enabling of miniEGL in the build
* Enabling of PlatSim extensions in the build
Calling the script with no parameters will start a build using
Visual Studio 2005 and nmake.
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 11:15:50 +0100] rev 33
Added additional builds of LLVM
holdingarea/llvm/llvm-2.7 now contains the following builds of LLVM 2.7:
* VS2005 debug
* VS2005 release
* VS2008 debug
* VS2008 release
Note that only the LLVM libraries are segregated according to compiler and
build target. Single copies of the include and bin directories are provided.
The LLVM executables are from a VS2005 release build.