What's the difference between SciTE4AutoIt3

2019-07-27 13:39发布

问题:

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

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

回答1:

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.