[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-dev
Subject:    [Video-dev] CR-Fix #include problem building for code warrior
From:       "Alberto Meza" <ameza () dextratech ! com>
Date:       2005-03-11 1:12:16
Message-ID: OAELJENFDCMGGAHMGLBLEEAJCBAA.ameza () dextratech ! com
[Download RAW message or body]

Modified by:ameza@dextratech.com
Reviewed by:
Date:3/10/2005
Project:Helix Symbian Port

Synopsis:	Fix problems with including headers building for code warrior

Overview:
.pcf-files modification in order to fix including headers problem, which
appears building for code warrior


sitelib/symbian.pcf


Image Size and Heap Use impact: None
Platforms and Profiles Affected: symbian-81-winscw-emulator,
helix-client-s60-advanced
Distribution Libraries Affected: None
Distribution library impact and planned action: None
Platforms and Profiles Build Verified: symbian-81-winscw-emulator,
helix-client-s60-advanced
Branch: 150Cay


Copyright assignment:
I agree to assign to RealNetworks full copyright ownership of the code
represented by the attached patch. I warrant that I am legally entitled to
grant the copyright assignment and that my contribution does not violate any
law or breach any contract. I understand that RealNetworks may license this
code under RPSL, RCSL, and/or any other license at RealNetworks' sole
discretion.

Index: sitelib/symbian.pcf
===================================================================
RCS file: /cvsroot/video/sitelib/symbian.pcf,v
retrieving revision 1.5
diff -u -w -r1.5 symbian.pcf
--- sitelib/symbian.pcf	26 Jul 2004 06:42:53 -0000	1.5
+++ sitelib/symbian.pcf	10 Mar 2005 23:36:37 -0000
@@ -60,6 +60,18 @@
 #By default we only include the RGB32 color converter for the
 #mini site to keep the size down. Change this to whatever color
 #conver(s) you need.
+if project.IsDefined('__CW32__'):
+    project.AddIncludes( '.',
+                     './pub',
+                     'pub/platform/symbian',
+                     'platform/symbian',
+                     '../colconverter',
+                     '../colconverter/pub',
+                     '../colconverter/pub/platform/symbian',
+                     '../system/pub',
+                     '../../client/videosvc/pub'
+                     )
+else:
 project.AddIncludes( '.',
                      './pub',
                      'pub/platform/symbian',

["video.patch" (application/octet-stream)]

Index: sitelib/symbian.pcf
===================================================================
RCS file: /cvsroot/video/sitelib/symbian.pcf,v
retrieving revision 1.5
diff -u -w -r1.5 symbian.pcf
--- sitelib/symbian.pcf	26 Jul 2004 06:42:53 -0000	1.5
+++ sitelib/symbian.pcf	10 Mar 2005 23:36:37 -0000
@@ -60,6 +60,18 @@
 #By default we only include the RGB32 color converter for the 
 #mini site to keep the size down. Change this to whatever color
 #conver(s) you need.
+if project.IsDefined('__CW32__'):
+    project.AddIncludes( '.',
+                     './pub',
+                     'pub/platform/symbian',
+                     'platform/symbian',
+                     '../colconverter',
+                     '../colconverter/pub',
+                     '../colconverter/pub/platform/symbian',
+                     '../system/pub',
+                     '../../client/videosvc/pub'
+                     )
+else:                     
 project.AddIncludes( '.',
                      './pub',
                      'pub/platform/symbian',


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic