Skip to content

Commit

Permalink
Add vcbuild.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 23, 2014
1 parent d0603d4 commit bb12b87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vcbuild.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git clone --depth 1 https://chromium.googlesource.com/external/gyp.git deps/gyp
del variant.sln
del tests.vcxproj
C:\Python27\python.exe deps/gyp/gyp_main.py variant.gyp --depth=. -f msvs -G msvs_version=2013
msbuild variant.sln /clp:Verbosity=minimal /nologo /p:Configuration=Release;Platform=Win32

0 comments on commit bb12b87

Please sign in to comment.