- added missing 7zip source and CVS files

- b5 -> rc1


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3321 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-12-27 19:10:21 +00:00
parent a23424a8ad
commit e7fc8474c5
2 changed files with 15 additions and 3 deletions

View file

@ -4,10 +4,10 @@
!define VER_MAJOR 2
!define VER_MINOR 0
!define VER_REVISION 0
!define VER_BUILD 13
!define VER_BUILD 14
!define VER_FILE "20b5"
!define VER_DISPLAY "2.0 beta 5 (CVS)"
!define VER_FILE "20rc1"
!define VER_DISPLAY "2.0 release candidate 1"
;--------------------------------
;Compile CVS Data Setup
@ -645,6 +645,8 @@ Section "NSIS Source Code" SecSrcNSIS
File ..\Source\7zip\7zip\Compress\LZMA_SMALL\*.*
SetOutPath $INSTDIR\Source\7zip\7zip\Compress\RangeCoder
File ..\Source\7zip\7zip\Compress\RangeCoder\*.*
SetOutPath $INSTDIR\Source\7zip\7zip\Common
File ..\Source\7zip\7zip\Common\*.*
# exehead
SetOutPath $INSTDIR\Source\exehead
File ..\Source\exehead\*.c