Opened 16 years ago
Closed 16 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 Changed 16 years ago by Jpm
comment:2 Changed 16 years ago by Jos
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 Changed 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.