Changeset 208
- Timestamp:
- 12/27/06 02:51:52 (2 years ago)
- Files:
-
- trunk/src/leds/Project.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/leds/Project.d
r206 r208 794 794 foreach (String arg ; target.getDirs().split(std.path.pathsep) ) 795 795 { 796 compiler.addArg( baseSrc ~ std.path.sep ~ arg.toString());796 compiler.addArg(Path.join(baseSrc, arg).toString()); 797 797 } 798 798 foreach (String arg ; target.getImportDirs().split(std.path.pathsep) )
