Opened 17 years ago
Closed 17 years ago
#821 closed Bug (No Bug)
(NON-COMPONENT) In Script Precompiler Options
| Reported by: | BetaBug | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
Would like to be able to specify already available compiler options in the script that i am compiling. For instance to specify what the name of the exe will be and what icon to use. Right now in order to make tools for various editing programs we have to create scripts that create scripts that compile scripts. This is a huge pain. It would be so nice to just put before your includes "#icon=myicon.ico".
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Why is this posted a a BUG?
Did you check the directives available when the Full SciTE4AutoIt3 is installed?
http://www.autoitscript.com/autoit3/scite/docs/AutoIt3Wrapper.htm
Jos
comment:3 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

I don't understand your problem as the compile with option or the compile under Scite Editor memorize the modify options in front of the script and reuse it the next time.