2025-05-25 15:08:40 +02:00

19 lines
284 B
Batchfile
Executable File

@echo off
setlocal
set "ERRLEVEL="
pushd "%~dp0"
cd lib
if not exist "build" mkdir build
cd build
..\..\..\qtbase\bin\qmake.exe ..\CC_QTLib.pro
nmake
popd
if not exist "build" mkdir build
cd build
cmake -DDynamoRIO_DIR=C:\Users\vboxuser\DynamoRIO-Windows\cmake ..
cmake --build .