make-w32
[Top][All Lists]
Advanced

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

Path separator character


From: Sauder, Vernon
Subject: Path separator character
Date: Wed, 12 Mar 2003 18:59:28 -0500

Hi,

I am new to this list. Having read several months of archives, I have found
no reference to my problem. I have compiled make.exe 3.80 from sources on
Windows XP using nmake. The concern I have is the automatic use of the '/'
character for file paths. The automatic variables $< and $@ do this as do
some others. This causes problems with the DOS/Win32 tools used such as copy
or bcc. I could move to Cygwin or some other such *nix shell but I want to
use cmd.exe as that is the preferred platform here for my project. I have
made some changes to the source and to fix the occurrences that my makefile
used. What I was wondering was whether anyone else has this problem or
whether there is already a patched source for this. If not, I can diff my
files and send in a patch for any others that want to use it.

The other fix for this is to constantly use a macro variable that does a
$(subst /,\,$1) but that seems to clutter up the works.

Vernon Sauder
 Office: +1 301.417.1798
 Mobile: +1 240.994.2226
 Email: address@hidden






reply via email to

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