More work on merging integration and luprex

This commit is contained in:
2024-09-30 18:20:20 -04:00
parent 7e9040d9ce
commit 71586f7e14
5 changed files with 12 additions and 60 deletions

27
luprex/.gitignore vendored
View File

@@ -1,27 +0,0 @@
a.out
gprof.out
gmon.out
luprex
*~
\#*#
.#*
*.obj
*.o
*.dll
*.exe
*.pdb
*.so
*.a
*.lib
*.ilk
*.exp
*.pdb
build/**
.vscode/**
ext/eris-master/src/lua
ext/eris-master/src/luac
ext/eris-master/test/persist
ext/eris-master/test/unpersist

View File

@@ -1,30 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build luprex",
"type": "shell",
"command": "make",
"problemMatcher": {
"base": "$gcc",
"fileLocation": [
"relative",
"${workspaceFolder}"
]
},
"options": {
"cwd": "${workspaceFolder}"
},
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"clear": true,
"reveal": "always",
"panel": "shared",
"revealProblems": "never"
}
}
]
}

View File