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.
EXPORTS
_Z7Export1v @ 1 NONAME ; Export1()
_Z7Export2v @ 2 NONAME ; Export2()
_Z7Export3v @ 3 NONAME ; Export3()
_Z7Export4v @ 4 NONAME ; Export4()