OLD | NEW |
(Empty) | |
| 1 !addincludedir |
| 2 !addplugindir |
| 3 !appendfile |
| 4 !cd |
| 5 !define |
| 6 !delfile |
| 7 !echo |
| 8 !else |
| 9 !endif |
| 10 !error |
| 11 !execute |
| 12 !finalize |
| 13 !getdllversionsystem |
| 14 !ifdef |
| 15 !ifmacrodef |
| 16 !ifmacrondef |
| 17 !ifndef |
| 18 !if |
| 19 !include |
| 20 !insertmacro |
| 21 !macroend |
| 22 !macro |
| 23 !makensis |
| 24 !packhdr |
| 25 !searchparse |
| 26 !searchreplace |
| 27 !tempfile |
| 28 !undef |
| 29 !verbose |
| 30 !warning |
| 31 |
| 32 ---------------------------------------------------- |
| 33 |
| 34 [ |
| 35 ["important", "!addincludedir"], |
| 36 ["important", "!addplugindir"], |
| 37 ["important", "!appendfile"], |
| 38 ["important", "!cd"], |
| 39 ["important", "!define"], |
| 40 ["important", "!delfile"], |
| 41 ["important", "!echo"], |
| 42 ["important", "!else"], |
| 43 ["important", "!endif"], |
| 44 ["important", "!error"], |
| 45 ["important", "!execute"], |
| 46 ["important", "!finalize"], |
| 47 ["important", "!getdllversionsystem"], |
| 48 ["important", "!ifdef"], |
| 49 ["important", "!ifmacrodef"], |
| 50 ["important", "!ifmacrondef"], |
| 51 ["important", "!ifndef"], |
| 52 ["important", "!if"], |
| 53 ["important", "!include"], |
| 54 ["important", "!insertmacro"], |
| 55 ["important", "!macroend"], |
| 56 ["important", "!macro"], |
| 57 ["important", "!makensis"], |
| 58 ["important", "!packhdr"], |
| 59 ["important", "!searchparse"], |
| 60 ["important", "!searchreplace"], |
| 61 ["important", "!tempfile"], |
| 62 ["important", "!undef"], |
| 63 ["important", "!verbose"], |
| 64 ["important", "!warning"] |
| 65 ] |
| 66 |
| 67 ---------------------------------------------------- |
| 68 |
| 69 Checks for compiler instructions. |
OLD | NEW |