Sha256: 2de6fb03319db9c67d3286ce2660a09a5308a356e2bfdb5bcf6dbf0f4f8712d5

Contents?: true

Size: 477 Bytes

Versions: 17

Compression:

Stored size: 477 Bytes

Contents

#pragma once

#include "rapi_helper.h"

class DeployDevCommand : public EmuCommand
{
private:
    bool   exe_change;
    TCHAR *emu_name;
    TCHAR *bundle_path;
    TCHAR *app_exe;
    TCHAR *log_port;
    TCHAR *lcdll_path;
    bool use_shared_runtime;

public:
    DeployDevCommand(int argc, _TCHAR* argv[]) : EmuCommand(argc, argv), use_shared_runtime(false) {}
    virtual bool checkParameters() const;
    virtual void parseParameters();
    virtual void runObject();
};

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/wm/tools/detool/DeployDevCommand.h
rhodes-7.5.1 platform/wm/tools/detool/DeployDevCommand.h
rhodes-7.4.1 platform/wm/tools/detool/DeployDevCommand.h
rhodes-7.1.17 platform/wm/tools/detool/DeployDevCommand.h
rhodes-6.2.0 platform/wm/tools/detool/DeployDevCommand.h
rhodes-6.0.11 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.18 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.17 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.15 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.0.22 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.2 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.0.7 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.0.3 platform/wm/tools/detool/DeployDevCommand.h
rhodes-5.5.0 platform/wm/tools/detool/DeployDevCommand.h
tauplatform-1.0.3 platform/wm/tools/detool/DeployDevCommand.h
tauplatform-1.0.2 platform/wm/tools/detool/DeployDevCommand.h
tauplatform-1.0.1 platform/wm/tools/detool/DeployDevCommand.h