install examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4003 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
694b32c87d
commit
f521b9aa81
2 changed files with 46 additions and 1 deletions
12
SConstruct
12
SConstruct
|
@ -97,11 +97,12 @@ util_env = envs[3]
|
|||
defenv.Alias('install', '$PREFIX')
|
||||
defenv.Alias('install-docs', '$PREFIX/NSIS.chm')
|
||||
|
||||
# defined below:
|
||||
# defined elsewhere:
|
||||
# install-compiler
|
||||
# install-stubs
|
||||
# install-plugins
|
||||
# install-utils
|
||||
# install-examples
|
||||
|
||||
######################################################################
|
||||
####### stubs ###
|
||||
|
@ -256,3 +257,12 @@ defenv.SConscript(
|
|||
duplicate = 0,
|
||||
exports = {'halibut' : halibut, 'env' : defenv.Copy()}
|
||||
)
|
||||
|
||||
######################################################################
|
||||
####### Examples ###
|
||||
######################################################################
|
||||
|
||||
defenv.SConscript(
|
||||
dirs = 'Examples',
|
||||
exports = {'env': defenv.Copy()}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue