Skip to content

Commit

Permalink
Fixed formatting issue with readme.md
Browse files Browse the repository at this point in the history
Replaced readme.txt with readme.md in the vcxproj.
  • Loading branch information
MHendricks committed May 12, 2015
1 parent f7955e1 commit 2ce8a95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Some non-pythonic functionality does not translate to python like the by-referen
There are several environment variables you will need to set to be able to compile. Most of them contain the year of the max version you are trying to comile for. For example to compile for Max 2015 you need to create a environment variable "MAX2015SDK" pointing to the maxsdk folder of the sdk(C:\Program Files\Autodesk\3ds Max 2015 SDK\maxsdk).

Required Environment variables:

1. MAX[year]SDK: The Max SDK's location. should point to the maxsdk folder. year is the year number of the max build you are trying to build.
2. PYTHON[ver][_64]: The folder containing python.exe. ver is the python version without a decimal. _64 should be specified for 64bit builds, and should be omitted for 32bit builds.
3. MAX[Year]OUT: If defined as a post-build process the .dlx file will be copied to this folder. This variable is optional, and is only supported in Max 2015 and newer.
Expand Down
2 changes: 1 addition & 1 deletion blurPython_msvc2012.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@
<ItemGroup>
<None Include="blurPython.def" />
<None Include="license.txt" />
<None Include="README.txt" />
<None Include="README.md" />
<None Include="version_h_template.txt" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion blurPython_msvc2012.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<ItemGroup>
<None Include="blurPython.def" />
<None Include="license.txt" />
<None Include="README.txt" />
<None Include="version_h_template.txt" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Filter Include="include">
Expand Down

0 comments on commit 2ce8a95

Please sign in to comment.