重要: Open PL/I アプリケーションをこの
Enterprise Developer リリースで使用するには、PL/I アプリケーションを再コンパイルしてリンクし直す必要があります。
デフォルトで、Enterprise はファイルが保存されるとプロジェクトを自動的にビルドします。To turn off automatic building, select
Window > Preferences > General > Workspace and clear the
Build automatically check box.
ビルド構成を使用して、コンパイラに渡されるプロジェクト設定 (ビルド前後のイベントなど) や、追加のライブラリ ファイルおよびリソース ファイルを指定できます。
ビルド構成を設定するには、アプリケーション エクスプローラー ビュー でプロジェクトを右クリックし、[Properties] を選択します。次に、[Micro Focus > Build Configurations] ノードを展開します。
ビルド成果物を選択するには、ビルド構成の [PL/I Link Settings] オプションをクリックして [Output type] の値を入力します。オプションは次のとおりです。
- Single executable native library
- One
.dll file for the whole project.
- Single executable
- One
.exe file for the whole project.
- Single library
- One
.lib file for the whole project.
- All executable native libraries
- A
.dll file for each
.pli source file in the project.
- All executables
- An
.exe file for each
.pli source file in the project.
- All libraries
- A
.lib file for each
.pli source file in the project.