oops, quoting problems, back to config.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4496 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dcc5a3c002
commit
9f93fcfa18
2 changed files with 5 additions and 9 deletions
|
@ -28,14 +28,6 @@ cfg.Add(
|
|||
)
|
||||
)
|
||||
|
||||
cfg.Add(
|
||||
(
|
||||
'NSIS_VARS_SECTION',
|
||||
'defines the name of the PE section containing the runtime variables',
|
||||
'.ndata'
|
||||
)
|
||||
)
|
||||
|
||||
cfg.Add(
|
||||
BoolOption(
|
||||
'NSIS_CONFIG_UNINSTALL_SUPPORT',
|
||||
|
@ -434,7 +426,6 @@ def AddBoolDefine(define):
|
|||
AddValuedDefine('NSIS_MAX_STRLEN')
|
||||
AddValuedDefine('NSIS_MAX_INST_TYPES')
|
||||
AddValuedDefine('NSIS_DEFAULT_LANG')
|
||||
AddValuedDefine('NSIS_VARS_SECTION')
|
||||
|
||||
AddBoolDefine('NSIS_CONFIG_UNINSTALL_SUPPORT')
|
||||
AddBoolDefine('NSIS_CONFIG_LICENSEPAGE')
|
||||
|
|
|
@ -128,6 +128,11 @@
|
|||
|
||||
typedef char NSIS_STRING[NSIS_MAX_STRLEN];
|
||||
|
||||
// I'd love to move this one to config.py, but it must have quotes for #pragma
|
||||
// and at the same time can't have quotes because the shell will kill it...
|
||||
|
||||
#define NSIS_VARS_SECTION ".ndata"
|
||||
|
||||
#endif//!APSTUDIO_INVOKED
|
||||
|
||||
#endif // NSIS_CONFIG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue