Modify ↓
#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:2 by , on Feb 16, 2009 at 12:28:48 PM
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 , on Feb 16, 2009 at 12:28:58 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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.