Fixed bug #1203, -CMDHELP should be printed to stdout
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6982 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
696a317eca
commit
8f9cc7ff35
4 changed files with 15 additions and 7 deletions
|
@ -254,6 +254,7 @@ class CEXEBuild {
|
|||
int write_output(void);
|
||||
|
||||
void print_help(const TCHAR *commandname=NULL);
|
||||
bool print_cmdhelp(const TCHAR *commandname, bool cmdhelp=false);
|
||||
|
||||
DefineList definedlist; // List of identifiers marked as "defined" like
|
||||
// C++ macro definitions such as _UNICODE.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue