FS-6129 vs2010 didnt like the syntax here

This commit is contained in:
Jeff Lenk 2014-01-23 21:51:11 -06:00
parent cb6465552b
commit 1e62a65581
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ REM Just to make sure that everything is cleaned up
rmdir /S /Q .\build\%2
REM Build the V8 library
devenv /build %2 "tools\gyp\v8.sln" /project "tools\gyp\v8.vcxproj" /projectconfig %2
devenv /build %2 "tools\gyp\v8.sln" /project "v8" /projectconfig %2
REM devenv /build %2 tools\gyp\v8.sln
IF NOT ERRORLEVEL 0 GOTO Fail