What's the difference between SciTE4AutoIt3

2019-07-27 13:30发布

In SciTE4AutoIt3's Tools menu I can choose Build or Compile.

What's the difference? They both create an .exe file.

1条回答
Melony?
2楼-- · 2019-07-27 14:02

A build is series of steps which usually include:

  1. Compilation
  2. Updating of Version information
  3. Inclusion of resources and manifest information.

For AutoIt, using the SciTE editor, Compile and Build are almost the same. The only difference is that Compile presents you with a GUI where you can alter compile settings, such as which packages to include. Build will just run Compile with default settings.

查看更多
登录 后发表回答