From 3ecc40164fdf55db806633089a5d1681b6e9de2f Mon Sep 17 00:00:00 2001 From: rjongbloed Date: Sat, 3 Jul 2004 01:31:26 +0000 Subject: [PATCH] Added check for buggy system headers --- src/ptlib/msos/Console.dsp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ptlib/msos/Console.dsp b/src/ptlib/msos/Console.dsp index f959d192..11e0625d 100644 --- a/src/ptlib/msos/Console.dsp +++ b/src/ptlib/msos/Console.dsp @@ -648,7 +648,10 @@ InputDir=\Work\pwlib\include InputPath=..\..\..\include\ptbuildopts.h.in "$(InputDir)\ptbuildopts.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - cd ..\..\.. + cd ..\..\..\tools\msvc6chk + .\msvc6chk + if errorlevel 1 exit %ERRORLEVEL% + cd ..\.. .\configure --exclude-env=MSVC_PWLIB_CONFIGURE_EXCLUDE_DIRS # End Custom Build @@ -660,7 +663,10 @@ InputDir=\Work\pwlib\include InputPath=..\..\..\include\ptbuildopts.h.in "$(InputDir)\ptbuildopts.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - cd ..\..\.. + cd ..\..\..\tools\msvc6chk + .\msvc6chk + if errorlevel 1 exit %ERRORLEVEL% + cd ..\.. .\configure --exclude-env=MSVC_PWLIB_CONFIGURE_EXCLUDE_DIRS # End Custom Build -- 2.11.4.GIT