Skip to content

Instantly share code, notes, and snippets.

@pumbaEO
Created September 8, 2016 09:43
Show Gist options
  • Save pumbaEO/b5c34ddd59b97a9cdc0827a1123f5cd9 to your computer and use it in GitHub Desktop.
Save pumbaEO/b5c34ddd59b97a9cdc0827a1123f5cd9 to your computer and use it in GitHub Desktop.
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