Changeset 1774

Show
Ignore:
Timestamp:
11/20/08 04:15:22 (7 weeks ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.
Move more run-time library down into Cobra.Lang.

Location:
cobra/trunk/Source
Files:
2 modified
2 moved

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Cobra.Lang/files.text

    r1773 r1774  
    66Extensions.cobra 
    77Misc.cobra 
     8Native.cs 
     9NativeExtern.cobra 
    810ObjectCatalog.cobra 
    911Set.cobra 
  • cobra/trunk/Source/Compiler.cobra

    r1773 r1774  
    389389 
    390390                                        if embedRunTime 
    391                                                 path = Path.combine(.cobraExeDir, 'SystemInterfaces.cobra') 
    392                                                 assert File.exists(path) 
    393                                                 filenames.insert(1, path) 
    394  
    395                                                 path = Path.combine(.cobraExeDir, 'CobraLang.cs') 
    396                                                 assert File.exists(path) 
    397                                                 filenames.insert(2, path) 
    398  
    399391                                                paths = .commandLineArgParser.readFilesFile(Path.combine(Path.combine(.cobraExeDir, 'Cobra.Lang'), 'files.text')) 
    400392                                                paths.reverse 
    401393                                                for path in paths 
    402                                                         filenames.insert(3, path) 
     394                                                        filenames.insert(1, path) 
    403395                                                 
    404396                                modules = List<of Module>()