forked from boostorg/regex
Updated makefiles.
[SVN r49359]
This commit is contained in:
@ -184,11 +184,15 @@ function vc6_gen()
|
||||
if test ${subdir} = "vc80" ; then
|
||||
VC8_CHECK='MSVCDIR=$(VS80COMNTOOLS)..\..\VC'
|
||||
echo setting VC8 setup to: ${VC8_CHECK}
|
||||
else
|
||||
else
|
||||
if test ${subdir} = "vc71" ; then
|
||||
VC8_CHECK='MSVCDIR=$(VS71COMNTOOLS)..\..\VC7'
|
||||
echo setting VC71 setup to: ${VC8_CHECK}
|
||||
fi
|
||||
fi
|
||||
if test ${subdir} = "vc90" ; then
|
||||
VC8_CHECK='MSVCDIR=$(VS90COMNTOOLS)..\..\VC'
|
||||
echo setting VC9 setup to: ${VC8_CHECK}
|
||||
fi
|
||||
fi
|
||||
|
||||
cat > $out << EOF
|
||||
@ -468,6 +472,16 @@ out="vc8.mak"
|
||||
no_single="no"
|
||||
subdir="vc80"
|
||||
vc6_gen
|
||||
#
|
||||
# generate vc8 makefile:
|
||||
EH_OPTS="/EHsc"
|
||||
PROC_OPTS=""
|
||||
debug_extra="$EH_OPTS"
|
||||
is_stlport="no"
|
||||
out="vc9.mak"
|
||||
no_single="no"
|
||||
subdir="vc90"
|
||||
vc6_gen
|
||||
|
||||
|
||||
#
|
||||
@ -490,3 +504,6 @@ rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user