aboutsummaryrefslogtreecommitdiff
path: root/scripts/dev_win_compiler_compile_example.cmd
diff options
context:
space:
mode:
authorzeroinformatique2021-07-02 18:08:13 +0200
committerGitHub2021-07-02 18:08:13 +0200
commit08ac32103fb5f8cca1861267dfd07a7c0d2faf62 (patch)
tree6e70da08a58890eac806d98a127551e9f67994a9 /scripts/dev_win_compiler_compile_example.cmd
parent1cf6dd4243a72935d382d62bb2a79ff13186e70d (diff)
parent90b0994ea7be0052fc6d868c98e1de8c835f2ba1 (diff)
downloadldgallery-08ac32103fb5f8cca1861267dfd07a7c0d2faf62.tar.gz
Merge pull request #299 from ldgallery/oz-yarn
viewer: compilation chain upgrade
Diffstat (limited to 'scripts/dev_win_compiler_compile_example.cmd')
-rw-r--r--scripts/dev_win_compiler_compile_example.cmd10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/dev_win_compiler_compile_example.cmd b/scripts/dev_win_compiler_compile_example.cmd
new file mode 100644
index 0000000..35134c0
--- /dev/null
+++ b/scripts/dev_win_compiler_compile_example.cmd
@@ -0,0 +1,10 @@
1@echo off
2SET rebuild=--rebuild
3CHOICE /M "Rebuild all ('--rebuild' argument)?"
4IF ERRORLEVEL 2 SET rebuild=
5echo.
6cd ..\compiler\
7
8@echo on
9stack exec ldgallery -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/
10@pause