| Grouped build options | ![]() |
| [GROUP_ID] Parameter = Parameter(s) ... |
| Resources | |
| Adding / Removing / Preserving interpreter resources. [A3C_RES] Description = Type } Index } Lang } File Go here for parameter information. Example
|
| Execution | |
| Adding / Removing / Preserving interpreter resources. [A3C_PBE] Description = Program } Cmdline } WorkingDir } Exit } Run Go here for parameter information. Example
|
| Version info |
|
| Creating the program version info resource. [A3C_VER] VersionName = Version parameter Go here for parameter information. Example
|
| Patching |
|
| Searching and replacing strings and other data in the builder or interpreter or both. [A3C_PAT] Type = Search } Replace } Target Go here for parameter information. Example
|
| Menu related config groups |
| #cs A3C A3C_IN = MyScript.au3 A3C_INA = MyScript_stripped.au3 A3C_OUT = MyApp.exe A3C_ICO = Main.ico [A3C_RES] My bitmap = BMP } WINBACKGROUND } 0 } Background.bmp [A3C_PBE] Au3Stripper = @STRIP> } "@IN>" } @SD> } 0 } P [A3C_VER] FileDescription = My script FileVersion = 1.0.0.0 ProductVersion = 1.0.0.0 [A3C_PAT] U = /AutoIt3ExecuteScript } /RunScript } I [] #ce ;A3C ; Notice the separation of the build options and menus #cs [] #ce ; ConsoleWrite("Source code begins"& @LF) |