removed text and help file backends; added some usage crap and removed the help command line optin(who needs that)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1542 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ef17957fff
commit
048c27836c
23 changed files with 7533 additions and 10037 deletions
|
@ -5,14 +5,13 @@
|
|||
#include <stdio.h>
|
||||
|
||||
static char *licencetext[] = {
|
||||
"FIXME: licence text goes here",
|
||||
NULL
|
||||
"FIXME: licence text goes here",
|
||||
NULL
|
||||
};
|
||||
|
||||
void
|
||||
licence (void)
|
||||
void licence(void)
|
||||
{
|
||||
char **p;
|
||||
for (p = licencetext; *p; p++)
|
||||
puts (*p);
|
||||
char **p;
|
||||
for (p = licencetext; *p; p++)
|
||||
puts(*p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue