new location for WinMessages.nsh

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1909 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-06 17:20:16 +00:00
parent 614cd6d972
commit c2ef23bfdd
7 changed files with 18 additions and 10 deletions

View file

@ -72,6 +72,9 @@ Section "NSIS Development System (required)" SecCore
File ..\nsisconf.nsh
SetOverwrite try
SetOutPath $INSTDIR\Include
File ..\Include\WinMessages.nsh
SetOutPath $INSTDIR\Docs
File ..\Docs\*.html
File ..\Docs\*.css
@ -100,7 +103,6 @@ Section "NSIS Examples (recommended)" SecExample
File ..\Examples\gfx.nsi
File ..\Examples\one-section.nsi
File ..\Examples\languages.nsi
File ..\Examples\WinMessages.nsh
SectionEnd
Section "NSI Development Shell Extensions" SecExtention