Strings 19
This commit is contained in:
parent
10c44eab2e
commit
eec0a94aac
15 changed files with 358 additions and 55 deletions
3
dub.sdl
3
dub.sdl
|
|
@ -8,7 +8,8 @@ dependency "colored" version="~>0.0.33"
|
|||
targetType "executable"
|
||||
sourcePaths
|
||||
configuration "clox" {
|
||||
/* debugVersions "traceExec" */
|
||||
debugVersions "traceExec"
|
||||
libs "libbacktrace"
|
||||
debugVersions "printCode"
|
||||
targetType "executable"
|
||||
sourcePaths "src/clox" "src/common"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue