Fix compilation with DMD v2.112.0
This commit is contained in:
35
dub.json
35
dub.json
@@ -1,14 +1,27 @@
|
||||
{
|
||||
"name": "otyasmilebasic",
|
||||
"dependencies": {
|
||||
"derelict-sdl2": "1.9.7",
|
||||
"derelict-gl3": "1.0.15"
|
||||
},
|
||||
"sourcePaths": ["SMILEBASIC/"],
|
||||
"importPaths": ["SMILEBASIC/"],
|
||||
"targetType": "executable",
|
||||
"buildRequirements": ["allowWarnings"],
|
||||
"buildRequirements": [
|
||||
"allowWarnings"
|
||||
],
|
||||
"targetPath": "out",
|
||||
"name": "otyasmilebasic",
|
||||
"copyFiles": [
|
||||
"SMILEBASIC/TEST.txt",
|
||||
"SMILEBASIC/resources/*.txt",
|
||||
"SMILEBASIC/spdef.csv",
|
||||
"SMILEBASIC/dialogresource",
|
||||
"SDL_GameControllerDB/gamecontrollerdb.txt"
|
||||
],
|
||||
"sourcePaths": [
|
||||
"SMILEBASIC/"
|
||||
],
|
||||
"dependencies": {
|
||||
"derelict-gl3": "1.0.15",
|
||||
"derelict-sdl2": "1.9.7",
|
||||
"undead": "~>1.2.0"
|
||||
},
|
||||
"targetType": "executable",
|
||||
"workingDirectory": "out",
|
||||
"copyFiles": ["SMILEBASIC/TEST.txt", "SMILEBASIC/resources/*.txt", "SMILEBASIC/spdef.csv", "SMILEBASIC/dialogresource", "SDL_GameControllerDB/gamecontrollerdb.txt"]
|
||||
}
|
||||
"importPaths": [
|
||||
"SMILEBASIC/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user