kernel/eka/CMakeLists.txt
Thu, 07 Jan 2010 02:37:41 +0100 Slion Managed to copy ekern.dll along side epoc.exe so that debug session is made easy. ekern.dll is expected to export _E32Startup put it does not. Should ekern compile that k_entry.cpp file? anywhere
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. anywhere
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. anywhere
Wed, 06 Jan 2010 16:05:22 +0100 Slion Making our cmake file look a lot better using cmake macro. anywhere
Mon, 04 Jan 2010 16:51:21 +0100 Stephane Lenclud Fixing linkage error. First successful euser build. anywhere
Mon, 04 Jan 2010 15:50:35 +0100 Stephane Lenclud Adding support for exec enum generation using CMake custom command. anywhere
Tue, 08 Dec 2009 08:11:42 +0100 Slion Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls. anywhere
Wed, 02 Dec 2009 23:38:08 +0100 Slion Basic kernel cmake file. Not yet compiling. anywhere
less more (0) tip