Applied patch #849000 - New sections macros for mutually exclusive section selection by Tim Gallagher

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3209 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-11-25 17:18:45 +00:00
parent ec5f289696
commit 1dad9c938d
2 changed files with 53 additions and 0 deletions

View file

@ -2,6 +2,11 @@
# It allows only one of the four optional section to be
# selected at any given time.
#############################################################
# New macros which make this so much easier can be found in #
# Include\Sections.nsh. #
#############################################################
#### Uncomment the next line for an example with subsections too
# !define USE_SUBSECTION
####