2015-08-26 14:08:14 +09:00
|
|
|
{
|
|
|
|
|
"name": "otyasmilebasic",
|
|
|
|
|
"dependencies": {
|
2016-07-31 07:15:01 +09:00
|
|
|
"derelict-sdl2": "~>1.9.7",
|
2015-08-26 14:08:14 +09:00
|
|
|
"derelict-gl3": "*"
|
|
|
|
|
},
|
2017-07-03 18:40:27 +09:00
|
|
|
"sourcePaths": ["SMILEBASIC/"],
|
2015-08-26 14:08:14 +09:00
|
|
|
"targetType": "executable",
|
|
|
|
|
"buildRequirements": ["allowWarnings"],
|
|
|
|
|
"targetPath": "out",
|
|
|
|
|
"workingDirectory": "out",
|
2016-12-25 22:48:29 +09:00
|
|
|
"copyFiles": ["SMILEBASIC/spdef.csv", "SMILEBASIC/dialogresource"]
|
2016-07-31 07:15:01 +09:00
|
|
|
}
|