Skip to content

Commit 6168fe6

Browse files
committed
build: add win32 convenience build rule
PR-URL: nodejs/node-v0.x-archive#9085 PR: #9085 Reviewed-by: Julien Gilli <[email protected]>
1 parent 9e387fb commit 6168fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vcbuild.bat

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if /i "%1"=="test" set test=test&goto arg-ok
6262
if /i "%1"=="msi" set msi=1&set licensertf=1&goto arg-ok
6363
if /i "%1"=="upload" set upload=1&goto arg-ok
6464
if /i "%1"=="jslint" set jslint=1&goto arg-ok
65+
if /i "%1"=="build-release" set nosnapshot=1&set config=Release&set msi=1&set licensertf=1&goto arg-ok
6566

6667
echo Warning: ignoring invalid command line option `%1`.
6768

@@ -223,6 +224,7 @@ echo vcbuild.bat : builds release build
223224
echo vcbuild.bat debug : builds debug build
224225
echo vcbuild.bat release msi : builds release build and MSI installer package
225226
echo vcbuild.bat test : builds debug build and runs tests
227+
echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org
226228
goto exit
227229

228230
:exit

0 commit comments

Comments
 (0)