Some space saving changes, /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together and infastructures for future changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2338 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a46ab81918
commit
bad48f1a0a
18 changed files with 159 additions and 101 deletions
|
@ -4,8 +4,6 @@ extern char plugins_temp_dir[NSIS_MAX_STRLEN];
|
|||
extern char temp_directory[NSIS_MAX_STRLEN];
|
||||
|
||||
extern char g_usrvars[25][NSIS_MAX_STRLEN];
|
||||
// changed by Amir Szekely 28th August 2002
|
||||
// smaller exehead
|
||||
extern char *state_command_line;
|
||||
extern char *state_install_directory;
|
||||
extern char *state_output_directory;
|
||||
|
@ -17,4 +15,6 @@ extern HWND g_hwnd;
|
|||
extern int g_filehdrsize;
|
||||
extern HANDLE g_hInstance;
|
||||
extern HWND insthwnd,insthwndbutton;
|
||||
extern HICON g_hIcon;
|
||||
extern HICON g_hIcon;
|
||||
|
||||
extern int inst_flags;
|
Loading…
Add table
Add a link
Reference in a new issue