14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"name": "otyasmilebasic",
|
|
"dependencies": {
|
|
"derelict-sdl2": "~>1.9.7",
|
|
"derelict-gl3": "*"
|
|
},
|
|
"sourcePaths": ["SMILEBASIC/"],
|
|
"targetType": "executable",
|
|
"buildRequirements": ["allowWarnings"],
|
|
"targetPath": "out",
|
|
"workingDirectory": "out",
|
|
"copyFiles": ["SMILEBASIC/spdef.csv", "SMILEBASIC/dialogresource"]
|
|
}
|