File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
56FLAGS +=
You can’t perform that action at this time.
0 commit comments