NSIS/Include/SConscript
joostverburg 346685ca9e Header file to create langauge file that can be included with a single command.
When LANGFILE_DEFAULT is set, missing strings will automatically be loaded from a default file.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5227 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 01:08:42 +00:00

22 lines
322 B
Python

includes = Split("""
Colors.nsh
FileFunc.nsh
LangFile.nsh
Library.nsh
LogicLib.nsh
Memento.nsh
MUI.nsh
Sections.nsh
StrFunc.nsh
TextFunc.nsh
UpgradeDLL.nsh
WinMessages.nsh
WinVer.nsh
WordFunc.nsh
x64.nsh
""")
Import('env')
env.DistributeInclude(includes)
env.DistributeDocs('StrFunc.txt', path='StrFunc')