mirror of
https://github.com/boostorg/regex.git
synced 2025-08-01 05:24:38 +02:00
updated makefiles to generate error if MSVCDIR not set
[SVN r11296]
This commit is contained in:
@@ -218,6 +218,10 @@ NULL=
|
||||
NULL=nul
|
||||
!ENDIF
|
||||
|
||||
!IF "\$(MSVCDIR)" == ""
|
||||
!ERROR Variable MSVCDIR not set.
|
||||
!ENDIF
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
@@ -1062,5 +1066,6 @@ rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user