2、修复若干逻辑bug,具体参考BUG_FIX_REPORT.md Signed-off-by: waiwaylee <waiwaylee@foxmail.com>
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"compilerPath": "D:\\APP\\VisualStudio2013\\VC\\bin\\cl.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"intelliSenseMode": "windows-msvc-x86",
|
|
"defines": [
|
|
"WIN32",
|
|
"_WINDOWS",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"NOMINMAX",
|
|
"DATA_PROCESS_CLASS_DLL_LIBRARY",
|
|
"PHASE_SCANNING"
|
|
],
|
|
"includePath": [
|
|
"${workspaceFolder}/data_process_class_dll",
|
|
"${workspaceFolder}/data_process_class_dll/Eigen",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"name": "X256_PS (MSVC2013 x86)",
|
|
"compileCommands": "${workspaceFolder}/build/X256_PS/compile_commands.json"
|
|
},
|
|
{
|
|
"compilerPath": "D:\\APP\\VisualStudio2013\\VC\\bin\\cl.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"intelliSenseMode": "windows-msvc-x86",
|
|
"defines": [
|
|
"WIN32",
|
|
"_WINDOWS",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"NOMINMAX",
|
|
"DATA_PROCESS_CLASS_DLL_LIBRARY",
|
|
"MECHANICAL_SCANNING"
|
|
],
|
|
"includePath": [
|
|
"${workspaceFolder}/data_process_class_dll",
|
|
"${workspaceFolder}/data_process_class_dll/Eigen",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"name": "X256_MS (MSVC2013 x86)",
|
|
"compileCommands": "${workspaceFolder}/build/X256_MS/compile_commands.json"
|
|
}
|
|
]
|
|
}
|