2015-08-26 14:08:14 +09:00
|
|
|
{
|
|
|
|
|
"name": "otyasmilebasic",
|
|
|
|
|
"dependencies": {
|
2017-07-03 23:01:26 +09:00
|
|
|
"derelict-sdl2": "1.9.7",
|
|
|
|
|
"derelict-gl3": "1.0.15"
|
2015-08-26 14:08:14 +09:00
|
|
|
},
|
2017-07-03 18:40:27 +09:00
|
|
|
"sourcePaths": ["SMILEBASIC/"],
|
2017-07-03 18:43:51 +09:00
|
|
|
"importPaths": ["SMILEBASIC/"],
|
2015-08-26 14:08:14 +09:00
|
|
|
"targetType": "executable",
|
|
|
|
|
"buildRequirements": ["allowWarnings"],
|
|
|
|
|
"targetPath": "out",
|
|
|
|
|
"workingDirectory": "out",
|
2017-07-04 16:55:49 +09:00
|
|
|
"copyFiles": ["SMILEBASIC/spdef.csv", "SMILEBASIC/dialogresource", "SDL_GameControllerDB/gamecontrollerdb.txt"]
|
2016-07-31 07:15:01 +09:00
|
|
|
}
|