ローカルホスト (IDE を起動したシステム) または UNIX® オペレーティングシステムを実行しているリモートホストで、プロジェクトを構築、実行、デバッグできます。
When you create a project, the current development host is selected as the development host for the project. 「プロジェクトプロパティー」ダイアログの「構築」パネルで、プロジェクトの開発ホストを変更できます。You can also right-click a project node and select Set Remote Development Host.
「オプション」ウィンドウの「構築ツール」タブで、リモート開発ホストを定義できます。
To develop a project on a remote host, both the remote host and local host must have access to the project files. File access can be accomplished in several ways:
You can select the file synchronization strategy when you define the remote host, after you connect to the host in the New Remote Development Host wizard. You can change the synchronization any time by going to the Manage Hosts dialog (right-click project node, and select Set Remote Development Host > Manage Hosts. Select the hostname and click Properties.
After you have set up a remote development host, you can use it as your build machine simply by selecting the remote development host in your project properties. Then you can use the IDE to build your project in the same way you do locally. The advantage of remote development is that you can gain access to compilers and tools that you might not have on your local host. The remote server may also have more robust hardware, such as multicore processors to enable parallel processing of your builds.
関連項目 | |
---|---|
構築ツールの構成 C/C++ の「プロジェクトプロパティー」ダイアログ:「構築」 |