Changeset 2291 for cobra/trunk/Source/Phases/BindRunTimeLibraryPhase.cobra
- Timestamp:
- 02/27/10 09:18:29 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Phases/BindRunTimeLibraryPhase.cobra
r2101 r2291 32 32 c = .compiler 33 33 pathsToCompile = c.pathsToCompile 34 runTimePaths = c.commandLineArgParser.readFilesFile(Path.combine(Path.combine(.cobraExeDir, 'Cobra.Lang'), 'files.text')) 34 filesPath = Path.combine(Path.combine(.cobraExeDir, 'Cobra.Lang'), 'files.text') 35 runTimePaths = c.commandLineArgParser.readFilesFile(filesPath) 35 36 runTimePaths.reverse 36 37 for runTimePath in runTimePaths



