bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Attn Dennis Jones: CVS Windows Build, Visual C++ Project Files


From: Conrad T. Pino
Subject: RE: Attn Dennis Jones: CVS Windows Build, Visual C++ Project Files
Date: Mon, 12 Apr 2004 10:24:14 -0700

> From: Derek R. Price [mailto:derek@ximbiot.com]
> 
> I'm happy with upgrading, but I'm not in a hurry.  Next time it proves 
> necessary to rebuild the files for other reasons, I will do it, unless 
> you want to rebuild them and provide me with some scripts that turn 
> VC6's makefile output into the output we can run portably.

I asked for .dep/.mak files from Dennis and anyone else who was seeing
absolute paths from their "Export Makefile..." output.  There's been no
feedback on that request so far.

My VC6 case is trivial since multiple occurrences of only 1 file in occur
in only 1 .dep file and a *nix script is a 2 liner for me:

        grep -v "basetsd\.h" cvsnt.dep > cvsnt.fix
        mv -f cvsnt.fix cvsnt.dep

Since we're working with *nix and Windows, I'm taking "script" as possibly
ambiguous.  Can you be more specific as to choice of platform?

> Derek

Conrad





reply via email to

[Prev in Thread] Current Thread [Next in Thread]