Changeset 208

Show
Ignore:
Timestamp:
12/27/06 02:51:52 (2 years ago)
Author:
Ant
Message:

Windows fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/leds/Project.d

    r206 r208  
    794794            foreach (String arg ; target.getDirs().split(std.path.pathsep) ) 
    795795            { 
    796                 compiler.addArg(baseSrc ~ std.path.sep ~ arg.toString());                   
     796                compiler.addArg(Path.join(baseSrc, arg).toString()); 
    797797            } 
    798798            foreach (String arg ; target.getImportDirs().split(std.path.pathsep) )