Changeset 1696
- Timestamp:
- 10/21/08 00:24:18 (3 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Compiler.cobra (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Compiler.cobra
r1694 r1696 768 768 return refs 769 769 770 parts = output.replace('-r ef:', '\0').split(c'\0')770 parts = output.replace('-r:', '\0').split(c'\0') # while Cobra uses -ref:, pkg-config outputs -r: 771 771 for part in parts 772 772 if part.trim <> '', refs.add(part.trim) … … 793 793 if .verbosity > 0 794 794 print 'Loading reference:', reference 795 assert not (reference.startsWith('-r') and '-r' in reference[2:]) 795 796 if false 796 797 # Does not work on Novell Mono. See notes above.
