Added support for !finalize return value comparison
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6771 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f129597c2b
commit
388d994ada
6 changed files with 43 additions and 17 deletions
|
@ -448,8 +448,10 @@ class CEXEBuild {
|
|||
struct postbuild_cmd
|
||||
{
|
||||
struct postbuild_cmd*next;
|
||||
int cmpop, cmpval;
|
||||
TCHAR cmd[1];
|
||||
} *postbuild_cmds;
|
||||
int check_external_exitcode(int exitcode, int op, int val);
|
||||
|
||||
TCHAR build_packname[1024], build_packcmd[1024];
|
||||
int build_overwrite, build_last_overwrite, build_crcchk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue