added !tempfile and !delfile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4307 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a546017631
commit
03a887ba35
4 changed files with 91 additions and 2 deletions
|
@ -95,6 +95,9 @@ enum
|
|||
TOK_P_IFMACRODEF,
|
||||
TOK_P_IFMACRONDEF,
|
||||
|
||||
TOK_P_TEMPFILE,
|
||||
TOK_P_DELFILE,
|
||||
|
||||
// section/function shit
|
||||
TOK_SECTION,
|
||||
TOK_SECTIONEND,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue