Sha256: 088f3214202fdc3aa8737b49c70a1f80b857d3b0e1c5d41ae1f92cc1e3a54a1b

Contents?: true

Size: 427 Bytes

Versions: 5

Compression:

Stored size: 427 Bytes

Contents

if "%RHO_PLATFORM%" == "android" (

cd platform\android
rake --trace

)

if "%RHO_PLATFORM%" == "iphone" (

cd platform\phone
rake --trace

)

if "%RHO_PLATFORM%" == "wm" (

cd platform\wm
rake --trace

)

if "%RHO_PLATFORM%" == "win32" (

call %RHO_VSCMNTOOLS%
cd platform\qt
rake --trace

)

if "%RHO_PLATFORM%" == "sailfish" (

cd platform\qt
rake --trace

)

if "%RHO_PLATFORM%" == "bb" (

cd platform\bb
rake --trace

)

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/android_net_native_prebuilt/ext/build.bat
rhodes-7.6.0 lib/commonAPI/barcode/ext/build.bat
rhodes-7.5.1 lib/commonAPI/barcode/ext/build.bat
rho-tau-extensions-7.4.1 libs/android_net_native_prebuilt/ext/build.bat
rhodes-7.4.1 lib/commonAPI/barcode/ext/build.bat