Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure-vs-x86.bat « tools - github.com/asmjit/asmjit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bc7b9d67172fe0489f725b4a857b97a93c557cd (plain)
1
2
3
4
5
6
7
8
9
@echo off

set CURRENT_DIR=%CD%
set BUILD_DIR="build_vs_x86"

mkdir ..\%BUILD_DIR%
cd ..\%BUILD_DIR%
cmake .. -G"Visual Studio 16" -A Win32 -DASMJIT_TEST=1
cd %CURRENT_DIR%