tools/build_windows.bat
changeset 8734 ecb0a97100cf
parent 8068 b35427506169
child 8798 03d113d51062
child 9068 3401390f03cf
equal deleted inserted replaced
8733:b6002f1956d5 8734:ecb0a97100cf
    37 ::setting up the environment...
    37 ::setting up the environment...
    38 call %QTDIR%\qtenv2.bat
    38 call %QTDIR%\qtenv2.bat
    39 
    39 
    40 echo Running cmake...
    40 echo Running cmake...
    41 set ERRORLEVEL=
    41 set ERRORLEVEL=
    42 cmake -G "MinGW Makefiles" -DPNG_LIBRARY="%CD%\misc\winutils\bin\libpng13.dll" . -DCMAKE_BUILD_TYPE=%BUILD_TYPE%
    42 cmake . -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH="%CD%\misc\winutils\" -DPNG_LIBRARY="%CD%\misc\winutils\bin\libpng13.dll" -DCMAKE_BUILD_TYPE="%BUILD_TYPE%"
    43 
    43 
    44 if %ERRORLEVEL% NEQ 0 goto exitpoint
    44 if %ERRORLEVEL% NEQ 0 goto exitpoint
    45 
    45 
    46 echo Running make...
    46 echo Running make...
    47 set ERRORLEVEL=
    47 set ERRORLEVEL=