{ "version": "2.0.0", "tasks": [ { "type": "cppbuild", "label": "*** DMC 32-bit DLL *** dmc.exe build active file", "command": "C:\\program files\\qspice\\dm\\bin\\dmc.exe", "args": [ "-mn", "-WD", "${file}", "kernel32.lib" ], "options": {}, "problemMatcher": [], "group": { "kind": "build", "isDefault": true }, "detail": "compiler: C:\\Program Files\\QSPICE\\dm\\bin\\dmc.exe" }, { "type": "cppbuild", "label": "*** MSVC 32-bit DLL *** cl.exe build active file", "command": "cl.exe", "args": [ "/std:c++17", "/EHsc", "/LD", "${file}", "/link", "/PDBSTRIPPED", "/out:${fileBasenameNoExtension}.dll" ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$msCompile" ], "group": "build", "detail": "compiler: cl.exe" } ] }