问题
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:
- Compilation
- Updating of Version information
- 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.
来源:https://stackoverflow.com/questions/4566570/whats-the-difference-between-scite4autoit3s-build-and-compile-options