Changeset 162
- Timestamp:
- 07/18/06 08:50:13 (2 years ago)
- Files:
-
- trunk/buildme.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/buildme.d
r160 r162 159 159 { 160 160 // read it in and assign it to the brf buffer 161 brfBuf = "\n" ~ cast(char[])read(commonTxt);161 brfBuf = cast(char[])read(commonTxt) ~ "\n"; 162 162 } 163 163 … … 255 255 /+ /* 256 256 NOTE: Temporary work around. Adding the error check caused the 257 full build to stop ever time it was attempted in Debug mode because257 full build to stop every time it was attempted in Debug mode because 258 258 of the DMD bug that is affecting DerelictFT. The following code 259 259 block works around that issue until it is fixed (I tried adding
