Skip to content

Commit 64f8020

Browse files
author
Sanchit Garg
committed
Updated readme to reflect correct sln file name
Added build3/vs2010 to .gitignore
1 parent 8cc13ef commit 64f8020

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/bin
22
/build3/gmake
3+
/build3/vs2010
34
/build_cmake/
45

56
*.pyc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All source code files are licensed under the permissive zlib license
4848

4949
**Windows**
5050

51-
Click on build_visual_studio_vr_pybullet_double.bat and open build3/vs2010/0MySolution.sln
51+
Click on build_visual_studio_vr_pybullet_double.bat and open build3/vs2010/0_Bullet3Solution.sln
5252
When asked, convert the projects to a newer version of Visual Studio.
5353
If you installed Python in the C:\ root directory, the batch file should find it automatically.
5454
Otherwise, edit this batch file to choose where Python include/lib directories are located.

0 commit comments

Comments
 (0)