更新:1、使用VS code+cmake重新编译,编译器保持不变;
2、修复若干逻辑bug,具体参考BUG_FIX_REPORT.md Signed-off-by: waiwaylee <waiwaylee@foxmail.com>
This commit is contained in:
Vendored
+49
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user