~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to deps/uv/vcbuild.bat

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
:have_gyp
93
93
if not defined PYTHON set PYTHON="python"
94
 
%PYTHON% gyp_uv -Dtarget_arch=%target_arch% -Dlibrary=%library%
 
94
%PYTHON% gyp_uv.py -Dtarget_arch=%target_arch% -Dlibrary=%library%
95
95
if errorlevel 1 goto create-msvs-files-failed
96
96
if not exist uv.sln goto create-msvs-files-failed
97
97
echo Project files generated.