mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Misc. minor regex fixes
[SVN r8134]
This commit is contained in:
@ -358,7 +358,7 @@ EOF
|
||||
all_lib_obj="$all_lib_obj +$obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " bcc32 @&&|" >> $tout
|
||||
echo "-c $opts \$(XCFLAGS) -o$obj $file" >> $tout
|
||||
echo "-c \$(XCFLAGS) $opts \$(XCFLAGS) -o$obj $file" >> $tout
|
||||
echo "|" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
@ -409,7 +409,7 @@ EOF
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " bcc32 @&&|" >> $tout
|
||||
echo "-c $opts \$(XCFLAGS) -o$obj $file" >> $tout
|
||||
echo "-c \$(XCFLAGS) $opts \$(XCFLAGS) -o$obj $file" >> $tout
|
||||
echo "|" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
@ -609,3 +609,4 @@ rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user