Skip to content

Commit

Permalink
premake: don't compile standalone-examples, they are not up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Oct 7, 2020
1 parent bc51ac3 commit 9b81709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_visual_studio_vr_pybullet_double.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b81709

Please sign in to comment.