Allow wildcards in !include
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3206 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5e2948eda9
commit
06c87de7e0
2 changed files with 113 additions and 75 deletions
|
@ -122,6 +122,7 @@ class CEXEBuild {
|
|||
void del_date_time_predefines();
|
||||
#endif
|
||||
int parseScript();
|
||||
int includeScript(char *f);
|
||||
#ifdef NSIS_FIX_DEFINES_IN_STRINGS
|
||||
void ps_addtoline(const char *str, GrowBuf &linedata, StringList &hist, bool bIgnoreDefines = false);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue