summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2017-05-01 22:37:45 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2017-05-01 22:37:45 -0700
commit74ce6af26cd0ff736f567334363473fdb8b3c9ad (patch)
treedb907bcb17b4efd92ccb3f7c7d5adf5c03ffe26a
parent9fef6c1d6612ec4f593d28ea68c4c04253413d23 (diff)
downloadbullet3-74ce6af26cd0ff736f567334363473fdb8b3c9ad.tar.gz
add commented-out example to enable premake serial/audio
-rw-r--r--build_visual_studio_vr_pybullet_double.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_visual_studio_vr_pybullet_double.bat b/build_visual_studio_vr_pybullet_double.bat
index 3102fe65c..9dee15a2e 100644
--- a/build_visual_studio_vr_pybullet_double.bat
+++ b/build_visual_studio_vr_pybullet_double.bat
@@ -18,5 +18,8 @@ del tmp1234.txt
cd build3
premake4 --double --midi --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010
+
+#premake4 --serial --audio --double --midi --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010
+
start vs2010