Autobuild/Quick Start/build-cmd.sh

From Second Life Wiki
< Autobuild‎ | Quick Start
Revision as of 17:01, 4 January 2011 by Alain Linden (talk | contribs) (Created page with "<pre> {'package_description': {'copyright': 'Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>', 'description': u'The GNU Hello program…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
{'package_description': {'copyright': 'Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>',
                         'description': u'The GNU Hello program produces a familiar, friendly greeting. Yes, this is another implementation of the classic program that prints \u201cHello, world!\u201d when you run it.',
                         'license': 'gpl3',
                         'license_file': 'LICENSES/hello.txt',
                         'name': 'hello',
                         'platforms': {'common': {'configurations': {'default': {'build': {'command': '../build-cmd.sh'},
                                                                                 'name': 'default'}},
                                                  'manifest': ['include/hello/*.h',
                                                               'LICENSES/hello.txt'],
                                                  'name': 'common'},
                                       'darwin': {'build_directory': 'stage',
                                                  'configurations': {'default': {'build': {},
                                                                                 'default': 'true',
                                                                                 'name': 'default'}},
                                                  'manifest': ['lib/*.a',
                                                               'bin/*'],
                                                  'name': 'darwin'},
                                       'linux': {'build_directory': 'stage',
                                                 'configurations': {'default': {'build': {},
                                                                                'default': 'true',
                                                                                'name': 'default'}},
                                                 'manifest': ['lib/*.a',
                                                              'bin/*'],
                                                 'name': 'linux'},
                                       'windows': {'build_directory': 'stage',
                                                   'configurations': {'default': {'build': {},
                                                                                  'default': 'true',
                                                                                  'name': 'default'}},
                                                   'manifest': ['lib/debug/*.pdb',
                                                                'lib/release/*.pdb',
                                                                'lib/release/*.lib',
                                                                'lib/debug/*.lib',
                                                                'bin/*.exe'],
                                                   'name': 'windows'}},
                         'version': '2.6'},
 'type': 'autobuild',
 'version': '1.2'}