Changeset 844
- Timestamp:
- 11/30/07 23:50:11 (9 months 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
r843 r844 8 8 - Added an RPM specfile (see ticket #144). 9 9 - Rebuild now supports the -debuglib and -defaultlib flags. 10 - DSSS will no longer try to build if no config file is specified and 11 no file are specified on the command line. 10 12 11 13 0.73 from 0.72: trunk/sss/conf.d
r813 r844 461 461 confFile = cast(char[]) std.file.read(configFName); 462 462 } else { 463 if (!genconfig && buildElems.length == 0) { 464 // this makes no sense 465 writefln("No config file found and no targets explicitly specified."); 466 exit(1); 467 } 468 463 469 // Generate the config file 464 470 if (buildElems.length == 0) {
