don't skip the configure.exe build even when it already exists
[profile/ivi/qtbase.git] / configure.bat
index b8bbf29..6394795 100644 (file)
 set QTSRC=%~dp0
 set QTDIR=%CD%
 if not exist %QTSRC%\.gitignore goto sconf
-if exist configure.exe goto conf
 echo Please wait while bootstrapping configure ...
 
 for %%C in (cl.exe icl.exe g++.exe perl.exe) do set %%C=%%~$PATH:C
 
-if not exist include (
-    if "%perl.exe%" == "" (
-        echo Perl not found in PATH. Aborting. >&2
-        exit /b 1
-    )
-    if not exist mkspecs (
-        md mkspecs
-        if errorlevel 1 goto exit
-    )
-    perl %QTSRC%bin\syncqt -minimal -module QtCore -outdir %QTDIR% %QTSRC%
+if "%perl.exe%" == "" (
+    echo Perl not found in PATH. Aborting. >&2
+    exit /b 1
+)
+if not exist mkspecs (
+    md mkspecs
     if errorlevel 1 goto exit
 )
+perl %QTSRC%bin\syncqt -minimal -module QtCore -outdir %QTDIR% %QTSRC%
+if errorlevel 1 goto exit
 
 if not exist tools\configure (
     md tools\configure