What's the difference between SciTE4AutoIt3's Build and Compile options?

北城余情 提交于 2019-12-24 10:38:15

问题


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.



来源:https://stackoverflow.com/questions/4566570/whats-the-difference-between-scite4autoit3s-build-and-compile-options

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!