diff options
author | Zero~Informatique | 2021-07-01 19:37:53 +0200 |
---|---|---|
committer | Zero~Informatique | 2021-07-01 19:37:53 +0200 |
commit | 9a72f5d3a2251b438017b08eec673bb800636e91 (patch) | |
tree | 280ae8f4ad08c8fdefb7139732468c41058e607c /scripts/dev_win_compiler_build.cmd | |
parent | 1cf6dd4243a72935d382d62bb2a79ff13186e70d (diff) | |
download | ldgallery-9a72f5d3a2251b438017b08eec673bb800636e91.tar.gz |
viewer: Script domain naming convention
Diffstat (limited to 'scripts/dev_win_compiler_build.cmd')
-rw-r--r-- | scripts/dev_win_compiler_build.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/dev_win_compiler_build.cmd b/scripts/dev_win_compiler_build.cmd new file mode 100644 index 0000000..d88aa5d --- /dev/null +++ b/scripts/dev_win_compiler_build.cmd | |||
@@ -0,0 +1,5 @@ | |||
1 | @echo off | ||
2 | cd ..\compiler\ | ||
3 | stack setup | ||
4 | stack build --flag ldgallery-compiler:portable --copy-bins --local-bin-path dist | ||
5 | pause | ||