Forked from
cellframe / celllframe-node
3107 commits behind the upstream repository.
-
ANTA authoredaf8429fc
win_configure_release.cmd 279 B
@echo off
set CMAKE_PATH=C:/cmake
set MINGW_PATH=C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0
PATH=%CMAKE_PATH%/bin;%MINGW_PATH%/mingw64/bin;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/include;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/lib
cmake -G "MinGW Makefiles" -DDAP_RELEASE=1