File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 40
40
"externalConsole" : true ,
41
41
"avoidWindowsConsoleRedirection" : false ,
42
42
"MIMode" : " gdb" ,
43
- "miDebuggerPath" : " C:\\ MinGW\\ bin\\ gdb.exe"
43
+ "miDebuggerPath" : " C:\\ msys64\\ mingw64\\ bin\\ gdb.exe" ,
44
+ "preLaunchTask" : " Make MSYS"
44
45
},
45
46
{
46
47
"name" : " g++ - Build (macOS)" ,
Original file line number Diff line number Diff line change 21
21
"problemMatcher" : " $msCompile"
22
22
},
23
23
{
24
- "label" : " MinGW Make Project" ,
25
- "type" : " shell" ,
26
- "command" : " cd ${workspaceFolder};mingw32-make all" ,
24
+ "label" : " Make MSYS" ,
25
+ "type" : " process" ,
26
+ "command" : " C:\\ msys64\\ usr\\ bin\\ bash.exe" ,
27
+ "args" : [
28
+ " msys2compile.sh"
29
+ ],
27
30
"group" : {
28
31
"kind" : " build" ,
29
32
"isDefault" : true
Original file line number Diff line number Diff line change
1
+
2
+ export PATH=" /mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
3
+ make mkdir
4
+ make all
You can’t perform that action at this time.
0 commit comments