This has been checked into HEAD and 150Cay 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Alberto Meza
> Sent: Wednesday, March 30, 2005 7:56 PM
> To: ribosome-dev
> Cc: audio-dev
> Subject: [Audio-dev] CR-Client-Resend: Fix #include problem CW (audio)
> Importance: High
> 
> Modified by:[EMAIL PROTECTED]
> 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
> 
> 
> device/auddevlib_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: device/auddevlib_symbian.pcf
> ===================================================================
> RCS file: /cvsroot/audio/device/auddevlib_symbian.pcf,v
> retrieving revision 1.2
> diff -u -w -r1.2 auddevlib_symbian.pcf
> --- device/auddevlib_symbian.pcf      11 May 2004 00:23:53 
> -0000 1.2
> +++ device/auddevlib_symbian.pcf      10 Mar 2005 18:11:00 -0000
> @@ -51,10 +51,20 @@
>               "platform/symbian/audiosvr/mda/audio_session-mda.cpp"
>               )
> 
> +if project.IsDefined('__CW32__'):
> +    project.AddIncludes("pub/platform/symbian",
> +                    "pub/platform/symbian/audiosvr",
> +                    "platform/symbian",
> +                    "platform/symbian/audiosvr",
> +                    "platform/symbian/audiosvr/mmf",
> +                    "../../common/system/pub/platform",
> +                    "../../common/system/platform/symbian",
> +                    "../../client/audiosvc/pub"
> +                    )
> +else:
>  project.AddIncludes("pub/platform/symbian",
>                   "pub/platform/symbian/audiosvr",
>                      "../../common/system/pub/platform",
>                      "../../common/system/platform/symbian",
>                      "../../client/audiosvc/pub"
>                      )
> -
> 
> 
> _______________________________________________
> Audio-dev mailing list
> [email protected]
> http://lists.helixcommunity.org/mailman/listinfo/audio-dev
> 


_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev

Reply via email to