updated makefiles to generate error if MSVCDIR not set

[SVN r11296]
This commit is contained in:
John Maddock
2001-09-28 11:06:57 +00:00
parent 4922ae784f
commit 1c45c7a48d
4 changed files with 28 additions and 13 deletions

View File

@ -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