Mercurial > games > semicongine
comparison config.nims @ 1172:2e0b527c2753 compiletime-tests
merge?
author | sam <sam@basx.dev> |
---|---|
date | Thu, 27 Jun 2024 20:52:50 +0700 |
parents | 5934c5615f13 |
children | 3c3d4d7a8ecd |
comparison
equal
deleted
inserted
replaced
1171:dc6e1660831d | 1172:2e0b527c2753 |
---|---|
5 import semicongine/build | 5 import semicongine/build |
6 | 6 |
7 # TODO: totally update this file!! | 7 # TODO: totally update this file!! |
8 | 8 |
9 switch("nimblePath", "nimbledeps/pkgs2") | 9 switch("nimblePath", "nimbledeps/pkgs2") |
10 switch("define", "nimPreviewHashRef") | |
10 | 11 |
11 task build_dev, "build dev": | 12 task build_dev, "build dev": |
12 semicongine_build_switches(buildname = "dev") | 13 semicongine_build_switches(buildname = "dev") |
13 setCommand "c" | 14 setCommand "c" |
14 let outdir = semicongine_builddir(buildname = "dev") | 15 let outdir = semicongine_builddir(buildname = "dev") |