2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Removed HardLink hack to generate versioned DLLs.

[SVN r13274]
This commit is contained in:
Rene Rivera
2002-03-26 01:39:47 +00:00
parent 2492955fab
commit 7890d981e8
2 changed files with 0 additions and 18 deletions

View File

@@ -194,15 +194,6 @@ rule Link-DLL
gRUN_LD_LIBRARY_PATH($(<)) += $(gLOCATE($(<[1]))) ;
}
Link-action $(<) : $(>) : DLL ;
if $(DLLVERSION)
{
local f = $(<).$(DLLVERSION) ;
MakeLocate $(f) : $(LOCATE_TARGET) ;
Clean clean : $(f) ;
MODE on $(f) = $($(3)MODE) ;
DEPENDS $(f) : $(<) ;
HardLink $(f) : $(<) ;
}
}
# store the shell's PATH again, just in case someone uses PATH.

View File

@@ -194,15 +194,6 @@ rule Link-DLL
gRUN_LD_LIBRARY_PATH($(<)) += $(gLOCATE($(<[1]))) ;
}
Link-action $(<) : $(>) : DLL ;
if $(DLLVERSION)
{
local f = $(<).$(DLLVERSION) ;
MakeLocate $(f) : $(LOCATE_TARGET) ;
Clean clean : $(f) ;
MODE on $(f) = $($(3)MODE) ;
DEPENDS $(f) : $(<) ;
HardLink $(f) : $(<) ;
}
}
# store the shell's PATH again, just in case someone uses PATH.