Modify ↓
Opened 15 years ago
Closed 15 years ago
#1815 closed Feature Request (Rejected)
Conditional Compilation (#if, #ifdef, #ifndef, #else, #elif, #endif, and defined)
| Reported by: | meokey | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Is it possible to introduce Conditional Compilation into Autoit so making life easy when trying to compile different editions? Thanks.
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
| Version: | 3.3.6.1 |
|---|
comment:2 by , 15 years ago
I think this has been discussed before and the answer was no. IIRC it's because AutoIt packs the whole interpreter into each compiled script. What you'd be compiling would still be everything no matter what.
I may be wrong.
comment:3 by , 15 years ago
Not sure what the inteneded purpose is in this case.
As unknown #words are just ignored at the build process. Support for intended keywords could be done by a separate (user created -> forum) pre-built tool.
comment:4 by , 15 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.