kopia lustrzana https://github.com/stlink-org/stlink
10 wiersze
310 B
Batchfile
10 wiersze
310 B
Batchfile
@echo off
|
|
cd ..
|
|
mkdir build-mingw
|
|
cd build-mingw
|
|
set PATH=C:\Program Files (x86)\CMake\bin;C:\Program Files\CMake\bin;C:\Program Files\mingw-w64\x86_64-8.1.0-win32-sjlj-rt_v6-rev0\mingw64\bin;%PATH%
|
|
cmake -G "MinGW Makefiles" ..
|
|
mingw32-make
|
|
mingw32-make install DESTDIR=_install
|
|
mingw32-make package
|