Skip to content

Commit

Permalink
Fixing line endings on git_version.sh, adding vsproj.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Apr 7, 2015
1 parent ff51d06 commit 3c92abe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -1,3 +1,5 @@
git_version.sh text eol=lf

# Auto detect text files and perform LF normalization
* text=auto

Expand Down
6 changes: 6 additions & 0 deletions vsproj.bat
@@ -0,0 +1,6 @@
if not exist vsproj\nul goto :notexist
rd /s /q vsproj
:notexist
md vsproj
cd vsproj
cmake .. -G "Visual Studio 12 2013"

0 comments on commit 3c92abe

Please sign in to comment.