[phobos] [D-Programming-Language/phobos] fef16a: add etc/c/curl to win32.mak

Benjamin Shropshire benjamin at precisionsoftware.us
Sun Apr 3 12:46:37 PDT 2011


On 04/01/2011 10:21 PM, Don Clugston wrote:
> I've noticed some problems with the win32.mak:
>
> line 472:
> -interpret.obj : $(TOTALH) interpret.c
> +interpret.obj : $(TOTALH) declaration.h expression.h interpret.c
>

GNU make can be made to generate dependencies for you. Even if that 
can't be used on windows, a little fun with scripting and you could make 
it fail if they are wrong.

> There's probably a lot more missing dependencies, but this one is
> really annoying.
>
> On 2 April 2011 06:36,<noreply at github.com>  wrote:
>> Branch: refs/heads/master
>> Home:   https://github.com/D-Programming-Language/phobos
>>
>> Commit: fef16a72bf1c5c4170ed57872da7fa3d8bf554aa
>>     https://github.com/D-Programming-Language/phobos/commit/fef16a72bf1c5c4170ed57872da7fa3d8bf554aa
>> Author: Walter Bright<walter at walterbright.com>
>> Date:   2011-04-01 (Fri, 01 Apr 2011)
>>
>> Changed paths:
>>   M etc/c/curl.d
>>   M win32.mak
>>
>> Log Message:
>> -----------
>> add etc/c/curl to win32.mak
>>
>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos



More information about the phobos mailing list