VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/bld.bat
blob: 75859a4967fdcecc693a339c9cc3de2236c3714d (plain)
1
2
3
4
5
6
7
if not defined WORKSPACE (
   echo WORKSPACE not defined
   goto :eof
)
pushd %WORKSPACE%
build %*
popd