summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2017-05-13 13:58:05 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2017-05-13 13:58:05 -0700
commit8b90885cf6b4993cbb451c1a882a93121b69c4df (patch)
tree23f0f60066d7103daa19deb3de9e477cfb34df2c
parente954374e5616a5c7c49458874d15fe7871875bd6 (diff)
downloadbullet3-8b90885cf6b4993cbb451c1a882a93121b69c4df.tar.gz
more compile fixes
-rw-r--r--examples/RobotSimulator/b3RobotSimulatorClientAPI.cpp2
-rw-r--r--test/SharedMemory/premake4.lua2
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/RobotSimulator/b3RobotSimulatorClientAPI.cpp b/examples/RobotSimulator/b3RobotSimulatorClientAPI.cpp
index 79fddbd11..fd744cea9 100644
--- a/examples/RobotSimulator/b3RobotSimulatorClientAPI.cpp
+++ b/examples/RobotSimulator/b3RobotSimulatorClientAPI.cpp
@@ -146,7 +146,7 @@ bool b3RobotSimulatorClientAPI::connect(int mode, const std::string& hostName, i
{
key = portOrKey;
}
- sm = b3ConnectSharedMemory2(key);
+ sm = b3ConnectSharedMemory(key);
break;
}
case eCONNECT_UDP:
diff --git a/test/SharedMemory/premake4.lua b/test/SharedMemory/premake4.lua
index f4e3fccb5..6f8c6df9d 100644
--- a/test/SharedMemory/premake4.lua
+++ b/test/SharedMemory/premake4.lua
@@ -204,6 +204,8 @@ project ("Test_PhysicsServerLoopBack")
"../../examples/Utils/RobotLoggingUtil.h",
"../../examples/Utils/b3Clock.cpp",
"../../examples/Utils/b3Clock.h",
+ "../../examples/Utils/ChromeTraceUtil.cpp",
+ "../../examples/Utils/ChromeTraceUtil.h",
"../../examples/ThirdPartyLibs/tinyxml/tinystr.cpp",
"../../examples/ThirdPartyLibs/tinyxml/tinyxml.cpp",
"../../examples/ThirdPartyLibs/tinyxml/tinyxmlerror.cpp",