symbian.pcf
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:2k
源码类别:

Symbian

开发平台:

Visual C++

  1. # -*- python -*-
  2. #
  3. # ***** BEGIN LICENSE BLOCK *****
  4. # Version: RCSL 1.0/RPSL 1.0
  5. #
  6. # Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
  7. #
  8. # The contents of this file, and the files included with this file, are
  9. # subject to the current version of the RealNetworks Public Source License
  10. # Version 1.0 (the "RPSL") available at
  11. # http://www.helixcommunity.org/content/rpsl unless you have licensed
  12. # the file under the RealNetworks Community Source License Version 1.0
  13. # (the "RCSL") available at http://www.helixcommunity.org/content/rcsl,
  14. # in which case the RCSL will apply. You may also obtain the license terms
  15. # directly from RealNetworks.  You may not use this file except in
  16. # compliance with the RPSL or, if you have a valid RCSL with RealNetworks
  17. # applicable to this file, the RCSL.  Please see the applicable RPSL or
  18. # RCSL for the rights, obligations and limitations governing use of the
  19. # contents of the file.
  20. #
  21. # This file is part of the Helix DNA Technology. RealNetworks is the
  22. # developer of the Original Code and owns the copyrights in the portions
  23. # it created.
  24. #
  25. # This file, and the files included with this file, is distributed and made
  26. # available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  27. # EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  28. # INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS
  29. # FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
  30. #
  31. # Technology Compatibility Kit Test Suite(s) Location:
  32. #    http://www.helixcommunity.org/content/tck
  33. #
  34. # Contributor(s):
  35. #
  36. # ***** END LICENSE BLOCK *****
  37. #
  38. # If you are trying to compile the ARM-NB codec under the Series60
  39. # v2.0 SDK then you will get 3 unresolved symbols or a missing DLL.
  40. # You can simply copy the armdll.lib from the v1.2 SDK and compile
  41. # just fine. However, if you do not wish to do this, you can uncomment
  42. # the code below and drop back to software decoding.
  43. if( not project.IsDefined('_SYMBIAN7')):
  44.     project.AddDefines("AMR_SERIES60_IMPL")
  45.     project.AddSystemLibraries("AMRDLL.LIB")
  46. project.symbianUtil.UseARMICompiler()