Changeset 765

Show
Ignore:
Timestamp:
08/14/07 23:34:30 (1 year ago)
Author:
Gregor
Message:

rebuild/mars.c: Rebuild: Fixed configuration's "include" option (see ticket #116).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r764 r765  
    99        - Rebuild: Should now handle non-DMD compilers derived from DMD more 
    1010          easily (see ticket #115). 
     11        - Rebuild: Fixed configuration's "include" option (see ticket #116). 
    1112 
    12130.70 from 0.69: 
  • trunk/rebuild/mars.c

    r764 r765  
    10171017            if (!global.params.imppath) 
    10181018                global.params.imppath = new Array(); 
    1019             global.params.imppath->push(p + 2); 
     1019            global.params.imppath->push((void*)mem.strdup(include.c_str())); 
    10201020        } 
    10211021    }