This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/make_libs.bat

4 lines
119 B
Batchfile

@echo off
mkdir ../libs_build_win
cd ../libs_build_win && cmake_mgw ../libs && make install -j8 && cd ../libs && pause