Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build_visual_studio_vr_pybullet_double.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ IF NOT EXIST bin mkdir bin
IF NOT EXIST bin\openvr_api.dll copy examples\ThirdPartyLibs\openvr\bin\win32\openvr_api.dll bin
IF NOT EXIST bin\openvr64pi.dll copy examples\ThirdPartyLibs\openvr\bin\win64\openvr_api.dll bin\openvr64pi.dll

#aargh, see https://github.com/ValveSoftware/openvr/issues/412
rem aargh, see https://github.com/ValveSoftware/openvr/issues/412


#find a python version (hopefully just 1) and use this
rem find a python version (hopefully just 1) and use this
dir c:\python* /b /ad > tmp1234.txt

set /p myvar1= < tmp1234.txt
Expand Down
4 changes: 2 additions & 2 deletions build_visual_studio_vr_pybullet_double_dynamic.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ IF NOT EXIST bin mkdir bin
IF NOT EXIST bin\openvr_api.dll copy examples\ThirdPartyLibs\openvr\bin\win32\openvr_api.dll bin
IF NOT EXIST bin\openvr64pi.dll copy examples\ThirdPartyLibs\openvr\bin\win64\openvr_api.dll bin\openvr64pi.dll

#aargh, see https://github.com/ValveSoftware/openvr/issues/412
rem aargh, see https://github.com/ValveSoftware/openvr/issues/412


#find a python version (hopefully just 1) and use this
rem find a python version (hopefully just 1) and use this
dir c:\python* /b /ad > tmp1234.txt

set /p myvar1= < tmp1234.txt
Expand Down