Created
September 8, 2016 09:43
-
-
Save pumbaEO/b5c34ddd59b97a9cdc0827a1123f5cd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo off | |
SET mypath=%~dp0 | |
SETLOCAL | |
set BUILDPATH=.\build | |
rem if not exist %BUILDPATH% set BUILDPATH=..\build | |
set RUNNER_IBNAME=/F"./build/ib" | |
rem set RUNNER_DBUSER=base | |
rem set RUNNER_DBPWD=234567890 | |
SET RUNNER_ENV=production1 | |
echo "compileepf" | |
oscript %mypath%/runner.os compileepf .\ %BUILDPATH%\out\ | |
exit /B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment