FreeCalypso > hg > fc-magnetite
comparison scripts/config-luna.sh @ 658:e0d243b18f3b
scripts/config-luna.sh helper added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 08 May 2020 01:17:05 +0000 |
parents | |
children | 9dcc97616b30 |
comparison
equal
deleted
inserted
replaced
657:b36733f14177 | 658:e0d243b18f3b |
---|---|
1 #!/bin/sh | |
2 | |
3 set -ex | |
4 | |
5 ./configure.sh luna 2092 | |
6 ./configure.sh luna 2092 UI_CONFIG=bigbw SUFFIX=-bw | |
7 ./configure.sh luna 2092 UI_CONFIG=84x48 SUFFIX=-sm | |
8 ./configure.sh luna 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh | |
9 ./configure.sh luna 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh | |
10 ./configure.sh luna hybrid-ui | |
11 ./configure.sh luna hybrid-ui-vo | |
12 ./configure.sh luna hybrid-ui-vo UI_CONFIG=bigbw SUFFIX=-bw | |
13 ./configure.sh luna hybrid-ui-vo UI_CONFIG=84x48 SUFFIX=-sm | |
14 ./configure.sh luna hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh | |
15 ./configure.sh luna hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh |