Added !searchreplace preprocessor command for compiletime text search/replaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5852 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
86bcd61baa
commit
4ed3f49268
4 changed files with 55 additions and 1 deletions
|
@ -118,6 +118,7 @@ enum
|
|||
TOK_P_APPENDFILE,
|
||||
|
||||
TOK_P_SEARCHPARSESTRING,
|
||||
TOK_P_SEARCHREPLACESTRING,
|
||||
|
||||
// section/function shit
|
||||
TOK_SECTION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue