Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SciTE4AutoIt3 のToolsメニューでは、Buildまたはを選択できますCompile。
Tools
Build
Compile
違いは何ですか?どちらも .exe ファイルを作成します。
ビルドは、通常次のような一連のステップです。
AutoIt の場合、SciTE エディターを使用すると、コンパイルとビルドはほぼ同じです。唯一の違いは、どのパッケージを含めるかなど、コンパイル設定を変更できる GUI が Compile に表示されることです。ビルドは、デフォルト設定でコンパイルを実行するだけです。