[D-runtime] [D-Programming-Language/druntime] 871de1: update MANIFEST
Brad Roberts
braddr at puremagic.com
Tue Jan 25 01:28:08 PST 2011
On 1/25/2011 1:11 AM, Walter Bright wrote:
>
>
> Brad Roberts wrote:
>>
>> Why did you unroll the $(addprefix src,$(addsuffix .d,$(SRC_D_MODULES))) line?
>>
>>
>
> It didn't work. The std/gc/*.d files were not included, which is why I was having the gc failures.
Yup.. slightly buggy. The proper fix:
import/object.di \
import/std/intrinsic.di \
\
- $(addprefix src,$(addsuffix .d,$(SRC_D_MODULES))) \
+ $(addprefix src/,$(addsuffix .d,$(SRC_D_MODULES))) \
\
src/core/dll_helper.d \
src/core/thread_helper.d \
More information about the D-runtime
mailing list