Changeset 802
- Timestamp:
- 09/06/07 12:21:37 (1 year ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/sss/conf.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r799 r802 7 7 - Object files are now put in compiler-specific directories (see 8 8 ticket #128). 9 - installdir hook command now manifests properly. 9 10 10 11 0.72 from 0.71: trunk/sss/conf.d
r799 r802 901 901 } else { 902 902 // or install this file 903 dsssScriptedStep(conf, "install " ~904 ndir ~ std.path.sep ~ file ~ " " ~905 comps[2] ~ ipostfix);903 manifest ~= dsssScriptedStep(conf, "install " ~ 904 ndir ~ std.path.sep ~ file ~ " " ~ 905 comps[2] ~ ipostfix); 906 906 907 907 }
