mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Added C++ Builder 6 binary compatibilty fixes,
Updated gcc makefiles to build archive index. [SVN r14088]
This commit is contained in:
@ -77,6 +77,7 @@ EOF
|
||||
else
|
||||
echo ./$subdir/lib$libname.a : $all_obj >> $tout
|
||||
echo " ar -r $subdir/lib$libname.a $all_obj" >> $tout
|
||||
echo " -ar -s $subdir/lib$libname.a" >> $tout
|
||||
fi
|
||||
echo "" >> $tout
|
||||
}
|
||||
@ -234,3 +235,4 @@ gcc_gen_shared
|
||||
# remove tmep files;
|
||||
rm -f $tout $iout
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user