Changeset 448 for trunk/avango-build/src/avango/build/recipes.py
- Timestamp:
- 05/14/10 11:31:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/avango-build/src/avango/build/recipes.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-build/src/avango/build/recipes.py
r434 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 20 08Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2010 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 72 70 73 71 _config_store.set('python', PythonConfig()) 74 72 75 73 # Dummy packages 76 74 _config_store.set('osgUtil', PlainConfig(libraries = [''])) 77 75 _config_store.set('GL', PlainConfig(libraries = [''])) 78 76 _config_store.set('GLU', PlainConfig(libraries = [''])) 79 77 80 78 if oshelper.os_is_mac(): 81 79 _config_store.set('osg', PlainConfig(libraries = ['osg', 'OpenThreads'])) 82 80 _config_store.set('osgUtil', PlainConfig(libraries = ['osgUtil'])) 83 81 _config_store.set('GL', PlainConfig(libraries = ['GL'])) 84 _config_store.set('GLU', PlainConfig(libraries = ['GLU'])) 82 _config_store.set('GLU', PlainConfig(libraries = ['GLU'])) 85 83 86 84 # Override some libraries for Windows
Note: See TracChangeset
for help on using the changeset viewer.
