Minor fix-ups on field definitions; fix kind of buildoutputs()

This commit is contained in:
Jason Perkins 2014-07-23 15:53:43 -04:00
parent 10d0bd315f
commit c3042f9b02

View File

@ -52,6 +52,17 @@
},
}
api.register {
name = "atl",
scope = "config",
kind = "string",
allowed = {
"Off",
"Dynamic",
"Static",
},
}
api.register {
name = "basedir",
scope = "project",
@ -99,7 +110,7 @@
api.register {
name = "buildoutputs",
scope = "config",
kind = "list:file",
kind = "list:path",
tokens = true,
}
@ -291,17 +302,6 @@
},
}
api.register {
name = "atl",
scope = "config",
kind = "string",
allowed = {
"Off",
"Dynamic",
"Static",
},
}
api.register {
name = "floatingpoint",
scope = "config",