Fix up def file for backend.dll system_startup
authorTom Pritchard <tomp@symbian.org>
Thu, 14 Oct 2010 16:46:13 +0100
branchsystem_startup
changeset 40 1a6d7a8194fb
parent 39 ffece88854e8
child 41 c57a6c85ccdc
Fix up def file for backend.dll
breakdeps/backend.mmp
--- a/breakdeps/backend.mmp	Thu Oct 14 14:01:31 2010 +0100
+++ b/breakdeps/backend.mmp	Thu Oct 14 16:46:13 2010 +0100
@@ -47,8 +47,10 @@
 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
 OS_LAYER_LIBC_SYSTEMINCLUDE
 
+
 //backend without signals and librt support
 #ifndef SYMBIAN_OE_POSIX_SIGNALS
+#error We are not going to bother with this scenario
 #ifdef WINSCW
 DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/bwins/old_backend.def
 #else
@@ -58,6 +60,7 @@
 
 //backend without librt support
 #if (defined SYMBIAN_OE_POSIX_SIGNALS && !defined SYMBIAN_OE_LIBRT)
+#error We are not going to bother with this scenario either
 #ifdef WINSCW
 DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/bwins/backendwolibrt.def 
 #else
@@ -65,6 +68,8 @@
 #endif
 #endif
 
+DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/~/backend.def
+
 SOURCEPATH   	/sf/os/ossrv/genericopenlibs/openenvcore/backend/inc
 DOCUMENT     	base.dosc
 DOCUMENT     	consolestream.dosc