added Source\boost

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3750 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-10-23 09:50:11 +00:00
parent 4b6f234db1
commit 54eca79ebf

View file

@ -651,6 +651,11 @@ Section "NSIS Source Code" SecSrcNSIS
File ..\Source\Makefile
File ..\Source\makenssi.dsp
File ..\Source\makenssi.dsw
# boost
SetOutPath $INSTDIR\Source\boost
File ..\Source\boost\*.hpp
SetOutPath $INSTDIR\Source\boost\detail
File ..\Source\boost\detail\*.hpp
# zlib
SetOutPath $INSTDIR\Source\zlib
File ..\Source\zlib\*.*