export joint types in pybullet for pybullet.createConstraint

revert to premake4.exe, the targetsuffix etc doesn't seem to work in premake5.exe
This commit is contained in:
Erwin Coumans
2016-12-14 20:44:10 -08:00
parent a393074793
commit 9ae40a59ba
4 changed files with 17 additions and 9 deletions

View File

@@ -16,6 +16,6 @@ del tmp1234.txt
cd build3
premake5 --double --midi --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010
premake4 --double --midi --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010
start vs2010