Sha256: 27c8121f86f02ce7a1f4dbca7c979fe86646c900e17a5fccb32c9dc15965dbe9

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

@echo off

cd %~dp0

if exist build\gyp goto have_gyp

echo svn co http://gyp.googlecode.com/svn/trunk@983 build/gyp
svn co http://gyp.googlecode.com/svn/trunk@983 build/gyp
if errorlevel 1 goto gyp_install_failed
goto have_gyp

:gyp_install_failed
echo Failed to download gyp. Make sure you have subversion installed, or 
echo manually install gyp into %~dp0build\gyp.
goto exit

:have_gyp
python gyp_uv
if not errorlevel 1 echo Done.

:exit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noderb-0.0.4 ext/noderb_extension/libuv/create-msvs-files.bat