• R/O
  • SSH
  • HTTPS

oricsdk:


File Info

Rev. 76
Size 570 bytes
Time 2009-05-26 16:45:25
Author Chema
Log Message

(empty log message)

Content

@ECHO OFF


::
:: Initial check.
:: Verify if the SDK is correctly configurated,
::
IF "%OSDK%"=="" GOTO ErCfg


::
:: Set the build paremeters
::
CALL osdk_config.bat


::
:: Run Euphoric using the common batch
::
CALL %OSDK%\Euphoric\osdk_euphoric.bat
GOTO End


::
:: Outputs an error message about configuration
::
:ErCfg
ECHO == ERROR ==
ECHO The Oric SDK was not configured properly
ECHO You should have a OSDK environment variable setted to the location of the SDK
ECHO ===========
IF "%OSDKBRIEF%"=="" PAUSE
GOTO End

:End


Show on old repository browser