aboutsummaryrefslogtreecommitdiff
path: root/source/build.bat
blob: d17d1bee2d2e6338afbd0740e88ac0a04afdcf0b (plain)
1
2
3
4
5
6
7
@echo off

set opts=-FC -GR- -EHa- -nologo -Zi
set code=%cd%
pushd build
cl %opts% %code%\build\mteac -Febuild\metac
popd