From 39e2207ff1d16d41adf6dc9997e2841b29fc4899 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 23 Jun 2015 22:13:00 +1000 Subject: [PATCH] build: fix cherry-pick ooops, fix comment wording PR-URL: https://github.com/nodejs/io.js/pull/2036 PORT-PR-URL: https://github.com/nodejs/io.js/pull/2101 PORT-FROM: c87c34c242ebdfc0c6ab2fac5b18122cf871dd4f Reviewed-By: Alexis Campailla --- vcbuild.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcbuild.bat b/vcbuild.bat index 0cf98f38ffe5b6..f147b901427630 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.