Release 1.11

This commit is contained in:
2021-01-12 23:16:18 +01:00
parent 4431f67f75
commit 7f7b1173c0
84 changed files with 4307 additions and 5788 deletions

View File

@ -6,7 +6,7 @@
"/opt/amiga/m68k-amigaos/ndk-include/",
"/opt/amiga/m68k-amigaos/clib2/include/"
],
"defines": [],
"defines": ["__CLIB2__"],
"compilerPath": "/opt/amiga/bin/m68k-amigaos-gcc",
"cStandard": "c99",
"cppStandard": "c++98",

2
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Logger",
"label": "All",
"type": "shell",
"command": "make -f Makefile.m68k",
"group": {