aboutsummaryrefslogtreecommitdiff
path: root/scripts/dev_win_compiler_build.cmd
blob: d88aa5d77213634b5d2e1eb6b37793eea3415e90 (plain)
1
2
3
4
5
@echo off
cd ..\compiler\
stack setup
stack build --flag ldgallery-compiler:portable --copy-bins --local-bin-path dist
pause