Files
bullet3/build_visual_studio.bat
erwincoumans 5c74715927 Update build_visual_studio.bat
remove some clutter form the .bat file
2016-09-20 21:18:55 -07:00

7 lines
254 B
Batchfile

cd build3
premake4 --enable_openvr --targetdir="../bin" vs2010
rem premake4 --double --enable_pybullet --python_include_dir="C:/Python-3.6.0a3/include" --python_lib_dir="C:/Python-3.6.0a3/libs" --enable_openvr --targetdir="../bin" vs2010
pause