Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JarekParal committed May 16, 2017
1 parent 3b8d52b commit 4d540ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 42 deletions.
1 change: 1 addition & 0 deletions .vscode/c_cpp_properties.json
Expand Up @@ -25,6 +25,7 @@
{
"name": "Win32",
"includePath": [
"C:/RB3rt/sdk/common/ev3api",
"C:/RB3rt/sdk/common/library/lib-ev3cxx"
],
"browse": {
Expand Down
10 changes: 5 additions & 5 deletions .vscode/tasks.json
@@ -1,25 +1,25 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
// Support task for EV3RT and EV3CXX
// Author: Jaroslav Páral (jarekparal)
"version": "0.1.0",
"tasks": [
{
"taskName": "build",
"command": "${fileDirname}\\Make.bat",
"command": "C:\\RB3rt\\Make.bat",
"isShellCommand": true,
"args": ["-b", "${fileDirname}"],
"showOutput": "always"
},
{
"taskName": "upload",
"command": "${fileDirname}\\Make.bat",
"command": "C:\\RB3rt\\Make.bat",
"isShellCommand": true,
"args": ["-u"],
"showOutput": "always"
},
{
"taskName": "make",
"command": "${fileDirname}\\Make.bat",
"command": "C:\\RB3rt\\Make.bat",
"isShellCommand": true,
"args": ["-m", "${fileDirname}"],
"showOutput": "always"
Expand Down
37 changes: 0 additions & 37 deletions Make.bat

This file was deleted.

Binary file removed app
Binary file not shown.

0 comments on commit 4d540ce

Please sign in to comment.