Skip to content

Commit

Permalink
build: fix cherry-pick ooops, fix comment wording
Browse files Browse the repository at this point in the history
PR-URL: #2036
PORT-PR-URL: #2101
PORT-FROM: c87c34c
Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
  • Loading branch information
rvagg authored and Fishrock123 committed Jul 3, 2015
1 parent 561919a commit 39e2207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ goto exit
if defined noprojgen goto msbuild

@rem Generate the VS project.
python configure %download_arg% %i18n_arg% %debug_arg% %nosnapshot_arg% %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
python configure %download_arg% %i18n_arg% %debug_arg% %snapshot_arg% %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
if errorlevel 1 goto create-msvs-files-failed
if not exist node.sln goto create-msvs-files-failed
echo Project files generated.

:msbuild
@rem Skip project generation if requested.
@rem Skip build if requested.
if defined nobuild goto sign

@rem Build the sln with msbuild.
Expand Down

0 comments on commit 39e2207

Please sign in to comment.