summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2020-10-07 08:42:32 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2020-10-07 08:42:32 -0700
commit9b817096692777dc0dd9cdfcf513026e79e9d968 (patch)
tree7d88f877f0e75af33c00ad7e8b919bc759de0498
parentbc51ac3f0f277d3500eb65090e270bdde3b326fa (diff)
downloadbullet3-9b817096692777dc0dd9cdfcf513026e79e9d968.tar.gz
premake: don't compile standalone-examples, they are not up-to-date
-rw-r--r--build_visual_studio_vr_pybullet_double.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_visual_studio_vr_pybullet_double.bat b/build_visual_studio_vr_pybullet_double.bat
index b6fd3cb93..d0c1eeb4a 100644
--- a/build_visual_studio_vr_pybullet_double.bat
+++ b/build_visual_studio_vr_pybullet_double.bat
@@ -18,7 +18,7 @@ rem SET myvar=c:\python-3.5.2
cd build3
-premake4 --double --standalone-examples --enable_stable_pd --enable_multithreading --midi --enable_static_vr_plugin --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010
+premake4 --double --enable_stable_pd --enable_multithreading --midi --enable_static_vr_plugin --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010
rem premake4 --double --enable_multithreading --midi --enable_static_vr_plugin --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../binserver" vs2010
rem premake4 --double --enable_grpc --enable_multithreading --midi --enable_static_vr_plugin --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../binserver" vs2010