echo offKTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * rem * GNU General Log is distributed in the hope that it will be useful, * rem * but rem Script to deploy the windows package file rem Must be executed in the build directory of KLog rem *************************************************************************** rem rem win64-create-package.bat rem ------------------- rem begin : jan 2021 rem copyright : (C) 2021 by Jaime Robles rem email : jaime@robles.es rem *************************************************************************** rem /***************************************************************************** rem * This file is part of KLog. * rem * * rem * KLog is free software: you can redistribute it and/or modify * rem * it under the terms of the GNU General Public License as published by * rem * the Free Software Foundation, either version 3 of the License, or * rem * (at your option) any later version. * rem * * rem * WITHOUT ANY WARRANTY; without even the implied warranty of * rem * MERCHANPublic License for more details. * rem * * rem * You should have received a copy of the GNU General Public License * rem * along with KLog. If not, see . * rem * * rem *****************************************************************************/@echo off echo Setting up environment for Qt usage... set KLOGDEVELVERSION=1 set PATH=%PATH%;C:\Qt\6.8.3\mingw_64\bin;C:\Qt\Tools\mingw1310_64\bin; set PATH=%PATH%;C:\Program Files\InstallBuilder Enterprise 23.10.1\bin; set PATH=%PATH%;C:\Qt\Tools\CMake_64\bin;C:\Qt\Tools\Ninja; del ..\devscripts\klog-*win64*.exe echo Line 10 cd .. echo Line 11 rmdir /S /Q build echo Line 12 rmdir /S /Q release echo Line 13 echo Line 21 cmake -S . -B build -G "Ninja" echo Line 21 cmake --build build -j 4 cd devscripts