12345678910111213141516171819 |
- #!wing
- #!version=5.0
- ##################################################################
- # Wing IDE project file #
- ##################################################################
- [project attributes]
- proj.directory-list = [{'dirloc': loc('.'),
- 'excludes': (),
- 'filter': '*',
- 'include_hidden': False,
- 'recursive': True,
- 'watch_for_changes': True}]
- proj.file-type = 'shared'
- proj.launch-config = {loc('get_picons.py'): ('project',
- (u'-e enigma2 -f picon -s 49 -o \n\n\n',
- '')),
- loc('get_sats.py'): ('project',
- (u'-e E2 -f E2',
- ''))}
|