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,<[email protected]>  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<[email protected]>
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
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to