mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Help for Cygwin
[SVN r16201]
This commit is contained in:
@@ -234,7 +234,7 @@ actions .md { mkdir $(<) }
|
||||
rule .exe
|
||||
{
|
||||
local exe = $(<) ;
|
||||
if $(NT) { exe = $(exe:S=.exe) ; }
|
||||
if $(NT) || ( $(UNIX) && $(OS) = CYGWIN ) { exe = $(exe:S=.exe) ; }
|
||||
LOCATE on $(exe) = $(locate-target) ;
|
||||
DEPENDS $(exe) : $(>) ;
|
||||
DEPENDS $(exe) : $(locate-target) ;
|
||||
|
||||
@@ -234,7 +234,7 @@ actions .md { mkdir $(<) }
|
||||
rule .exe
|
||||
{
|
||||
local exe = $(<) ;
|
||||
if $(NT) { exe = $(exe:S=.exe) ; }
|
||||
if $(NT) || ( $(UNIX) && $(OS) = CYGWIN ) { exe = $(exe:S=.exe) ; }
|
||||
LOCATE on $(exe) = $(locate-target) ;
|
||||
DEPENDS $(exe) : $(>) ;
|
||||
DEPENDS $(exe) : $(locate-target) ;
|
||||
|
||||
Reference in New Issue
Block a user