added support for solid compression selection

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3995 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-04-23 20:26:11 +00:00
parent 682c9c3f94
commit b4146d6085
4 changed files with 52 additions and 22 deletions

View file

@ -23,10 +23,13 @@
#define IDS_DOCS 17
#define IDS_SCRIPT 18
#define IDS_ZLIB 19
#define IDS_BZIP2 20
#define IDS_RECOMPILE_TEST 21
#define IDS_BEST 22
#define IDS_LZMA 23
#define IDS_ZLIB_SOLID 20
#define IDS_BZIP2 21
#define IDS_BZIP2_SOLID 22
#define IDS_RECOMPILE_TEST 23
#define IDS_BEST 24
#define IDS_LZMA 25
#define IDS_LZMA_SOLID 26
#define DLG_MAIN 101
#define IDI_ICON 102
#define DLG_ABOUT 103
@ -82,20 +85,23 @@
#define IDM_NSISUPDATE 40018
#define IDM_SCRIPT 40020
#define IDM_ZLIB 40021
#define IDM_BZIP2 40022
#define IDM_MRU_FILE 40023
#define IDM_CLEAR_MRU_LIST 40029
#define IDM_RECOMPILE_TEST 40030
#define IDM_BEST 40031
#define IDM_LZMA 40032
#define IDM_SETTINGS 40033
#define IDM_ZLIB_SOLID 40022
#define IDM_BZIP2 40023
#define IDM_BZIP2_SOLID 40024
#define IDM_LZMA 40025
#define IDM_LZMA_SOLID 40026
#define IDM_MRU_FILE 40027
#define IDM_CLEAR_MRU_LIST 40032
#define IDM_RECOMPILE_TEST 40033
#define IDM_BEST 40034
#define IDM_SETTINGS 40035
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 133
#define _APS_NEXT_COMMAND_VALUE 40034
#define _APS_NEXT_COMMAND_VALUE 40036
#define _APS_NEXT_CONTROL_VALUE 1032
#define _APS_NEXT_SYMED_VALUE 101
#endif