Skip to content

Commit ea7ffca

Browse files
committed
Updated workflow
1 parent 21aad7b commit ea7ffca

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.vscode/c_cpp_properties.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Win32",
5+
"includePath": [
6+
"${workspaceFolder}/**",
7+
"C:/MinGW/include",
8+
"E:/VCVPlugins/sdk/include",
9+
"E:/VCVPlugins/sdk/dep/include"
10+
],
11+
"defines": [
12+
"_DEBUG",
13+
"UNICODE",
14+
"_UNICODE"
15+
],
16+
"windowsSdkVersion": "10.0.19041.0",
17+
"compilerPath": "C:/MinGW/bin/g++.exe",
18+
"cStandard": "c11",
19+
"cppStandard": "c++11",
20+
"intelliSenseMode": "windows-gcc-x64",
21+
"configurationProvider": "ms-vscode.makefile-tools",
22+
"compilerArgs": [
23+
"-lpthread"
24+
]
25+
}
26+
],
27+
"version": 4
28+
}

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# If RACK_DIR is not defined when calling the Makefile, default to two directories above
2-
RACK_DIR ?= ../..
2+
# RACK_DIR ?= ../..
3+
RACK_DIR = E:/VCVPlugins/sdk
34

45
# FLAGS will be passed to both the C and C++ compiler
56
FLAGS +=

0 commit comments

Comments
 (0)