source: trip-planner-front/node_modules/.bin/node-gyp-build.cmd@ 84d0fbb

Last change on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 264 bytes
Line 
1@ECHO off
2SETLOCAL
3CALL :find_dp0
4
5IF EXIST "%dp0%\node.exe" (
6 SET "_prog=%dp0%\node.exe"
7) ELSE (
8 SET "_prog=node"
9 SET PATHEXT=%PATHEXT:;.JS;=;%
10)
11
12"%_prog%" "%dp0%\..\node-gyp-build\bin.js" %*
13ENDLOCAL
14EXIT /b %errorlevel%
15:find_dp0
16SET dp0=%~dp0
17EXIT /b
Note: See TracBrowser for help on using the repository browser.