diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-29 14:24:07 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-27 11:12:40 +0200 |
commit | 85af2d80c35d060cc003302115c7a8975b545afe (patch) | |
tree | 4becc19c5495e99930a994eca932bf9adceeec05 /source/build.bat | |
parent | 1cc92de9f83a87e474ff405176ee6681146be762 (diff) |
Code compression; Added error stack
Diffstat (limited to 'source/build.bat')
-rw-r--r-- | source/build.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/build.bat b/source/build.bat new file mode 100644 index 0000000..d17d1be --- /dev/null +++ b/source/build.bat @@ -0,0 +1,7 @@ +@echo off + +set opts=-FC -GR- -EHa- -nologo -Zi +set code=%cd% +pushd build +cl %opts% %code%\build\mteac -Febuild\metac +popd |