more compile fixes
This commit is contained in:
@@ -146,7 +146,7 @@ bool b3RobotSimulatorClientAPI::connect(int mode, const std::string& hostName, i
|
|||||||
{
|
{
|
||||||
key = portOrKey;
|
key = portOrKey;
|
||||||
}
|
}
|
||||||
sm = b3ConnectSharedMemory2(key);
|
sm = b3ConnectSharedMemory(key);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case eCONNECT_UDP:
|
case eCONNECT_UDP:
|
||||||
|
|||||||
@@ -204,6 +204,8 @@ project ("Test_PhysicsServerLoopBack")
|
|||||||
"../../examples/Utils/RobotLoggingUtil.h",
|
"../../examples/Utils/RobotLoggingUtil.h",
|
||||||
"../../examples/Utils/b3Clock.cpp",
|
"../../examples/Utils/b3Clock.cpp",
|
||||||
"../../examples/Utils/b3Clock.h",
|
"../../examples/Utils/b3Clock.h",
|
||||||
|
"../../examples/Utils/ChromeTraceUtil.cpp",
|
||||||
|
"../../examples/Utils/ChromeTraceUtil.h",
|
||||||
"../../examples/ThirdPartyLibs/tinyxml/tinystr.cpp",
|
"../../examples/ThirdPartyLibs/tinyxml/tinystr.cpp",
|
||||||
"../../examples/ThirdPartyLibs/tinyxml/tinyxml.cpp",
|
"../../examples/ThirdPartyLibs/tinyxml/tinyxml.cpp",
|
||||||
"../../examples/ThirdPartyLibs/tinyxml/tinyxmlerror.cpp",
|
"../../examples/ThirdPartyLibs/tinyxml/tinyxmlerror.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user