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