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:
justin1014 2008-12-20 07:22:25 +00:00
parent 86bcd61baa
commit 4ed3f49268
4 changed files with 55 additions and 1 deletions

View file

@ -118,6 +118,7 @@ enum
TOK_P_APPENDFILE,
TOK_P_SEARCHPARSESTRING,
TOK_P_SEARCHREPLACESTRING,
// section/function shit
TOK_SECTION,