Files
web-rmtools/bin/snap.bat
Anatol Belski 3f5bf6b1b0 fix snap.bat, c33d8befb0 was wrong
it is a general snapshot build wrapper, not an x86 specialized one
2017-08-10 03:42:20 +02:00

14 lines
225 B
Batchfile

@ECHO OFF
rem must be on the env already
if "%PHP_SDK_ROOT_PATH%"=="" (
echo PHP SDK is not setup
exit /b 3
)
call %~dp0rmtools_setvars.bat
@ECHO ON
call %PHP_SDK_PHP_CMD% %PHP_RMTOOLS_SCRIPT_PATH%\snap.php %*
@ECHO OFF