Thu, 07 Jan 2010 01:56:11 +0100 | Slion | Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think. | changeset | files |
Thu, 07 Jan 2010 01:23:42 +0100 | Slion | Adding epoc target. Tried to define our own entry point but it fails at runtime trying to load msvcr80d.dll. Try using /NODEFAULTLIB for all targets maybe. Must somehow export ekern.dll for it to be loadable by epoc.exe. | changeset | files |
Wed, 06 Jan 2010 20:35:57 +0100 | Slion | Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL. | changeset | files |
Wed, 06 Jan 2010 16:05:22 +0100 | Slion | Making our cmake file look a lot better using cmake macro. | changeset | files |