In SciTE4AutoIt3's Tools
menu I can choose Build
or Compile
.
What's the difference? They both create an .exe file.
In SciTE4AutoIt3's Tools
menu I can choose Build
or Compile
.
What's the difference? They both create an .exe file.
A build is series of steps which usually include:
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.