Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-06-23 15:13:00 +0300
committerRod Vagg <rod@vagg.org>2015-06-25 06:01:07 +0300
commitc87c34c242ebdfc0c6ab2fac5b18122cf871dd4f (patch)
tree49633631af2eb77c5a2fa246ee11cae823dfcf32 /vcbuild.bat
parent4208dc4fef9608acac609d5b4c89abb9e9cb9b11 (diff)
build: fix cherry-pick ooops, fix comment wording
PR-URL: https://github.com/nodejs/io.js/pull/2036 Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 1009efd7a25..9c6af480edc 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -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.