mirror of https://github.com/nodejs/node.git
15 lines
156 B
Batchfile
15 lines
156 B
Batchfile
|
@REM Hello World
|
||
|
|
||
|
cd %~dp0
|
||
|
|
||
|
IF EXIST %~dp0build\gyp GOTO WINDIR
|
||
|
|
||
|
|
||
|
svn co http://gyp.googlecode.com/svn/trunk@983 build/gyp
|
||
|
|
||
|
:WINDIR
|
||
|
|
||
|
@python build\gyp_uv
|
||
|
|
||
|
|