wserv.iby - sticking gce.iby #include into an #ifndef SYMBIAN_GRAPHICS_USE_OPENWF statement, as we don't have it and it kills rombuilding. NewGraphicsArchitecture
authorMattD <mattd@symbian.org>
Tue, 23 Mar 2010 13:30:28 +0000
branchNewGraphicsArchitecture
changeset 20 82a87c384766
parent 14 0be82064630b
child 21 b77288873c88
wserv.iby - sticking gce.iby #include into an #ifndef SYMBIAN_GRAPHICS_USE_OPENWF statement, as we don't have it and it kills rombuilding.
windowing/windowserver/group/wserv.iby
--- a/windowing/windowserver/group/wserv.iby	Tue Mar 02 14:25:11 2010 +0000
+++ b/windowing/windowserver/group/wserv.iby	Tue Mar 23 13:30:28 2010 +0000
@@ -23,8 +23,10 @@
 file=ABI_DIR\BUILD_DIR\wserv_nga.exe 	System\Libs\EwSrv.exe
 file=ABI_DIR\BUILD_DIR\ws32_nga.dll 	System\Libs\Ws32.dll
 file=ABI_DIR\BUILD_DIR\remotegc_nga.dll	System\Libs\remotegc.dll 
-file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll	System\Libs\WsGraphicDrawer.dll 
+file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll	System\Libs\WsGraphicDrawer.dll
+#ifndef SYMBIAN_GRAPHICS_USE_OPENWF 
 #include <gce.iby>
+#endif
 #include <wserv_std_plugins.iby>
 //wserv calls eglReleaseThread() on exit
 #include <egl.iby>