added new/missing files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2944 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2c6e349b75
commit
0b612e1e51
1 changed files with 73 additions and 34 deletions
|
@ -443,6 +443,24 @@ Section "InstallOptions" SecContribIO
|
|||
File ..\contrib\installoptions\testlink.nsi
|
||||
SectionEnd
|
||||
|
||||
Section "Math" SecContribMath
|
||||
|
||||
SetDetailsPrint textonly
|
||||
DetailPrint "Installing Contrib | Plugins | Math..."
|
||||
SetDetailsPrint listonly
|
||||
|
||||
SectionIn 1 2
|
||||
SetOutPath $INSTDIR\Plugins
|
||||
File ..\Plugins\Math.dll
|
||||
SetOutPath $INSTDIR\Contrib\Math
|
||||
File ..\Contrib\Math\Math.txt
|
||||
File ..\Contrib\Math\Math.nsi
|
||||
File ..\Contrib\Math\MathTest.txt
|
||||
File ..\Contrib\Math\MathTest.nsi
|
||||
File ..\Contrib\Math\MathTest.ini
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section "NSISdl" SecContribNSISDL
|
||||
|
||||
SetDetailsPrint textonly
|
||||
|
@ -523,6 +541,7 @@ Section "VPatch" SecContribVPatch
|
|||
SetOutPath $INSTDIR\Plugins
|
||||
File ..\Plugins\VPatch.dll
|
||||
SetOutPath $INSTDIR\Contrib\VPatch
|
||||
File ..\Contrib\VPatch\GenPat.exe
|
||||
File ..\Contrib\VPatch\Readme.html
|
||||
File ..\Contrib\VPatch\example.nsi
|
||||
File ..\Contrib\VPatch\oldfile.txt
|
||||
|
@ -590,10 +609,13 @@ Section "ExDLL Source (required)" SecSrcEx
|
|||
SectionIn 1
|
||||
SetOutPath $INSTDIR\Contrib\ExDLL
|
||||
File ..\Contrib\exdll\exdll.c
|
||||
File ..\Contrib\exdll\exdll.dpr
|
||||
File ..\Contrib\exdll\exdll.h
|
||||
File ..\Contrib\exdll\exdll.dsp
|
||||
File ..\Contrib\exdll\exdll.dsw
|
||||
File ..\Contrib\exdll\exdll.h
|
||||
File ..\Contrib\exdll\exdll.dpr
|
||||
File ..\Contrib\exdll\exdll_with_unit.dpr
|
||||
File ..\Contrib\exdll\nsis.pas
|
||||
File ..\Contrib\exdll\extdll.inc
|
||||
SectionEnd
|
||||
|
||||
Section "MakeNSISW Source" SecSrcMNW
|
||||
|
@ -728,6 +750,21 @@ Section "InstallOptions Source" SecContribIOS
|
|||
File ..\contrib\installoptions\*.h
|
||||
SectionEnd
|
||||
|
||||
Section "Math Source" SecContribMathS
|
||||
|
||||
SetDetailsPrint textonly
|
||||
DetailPrint "Installing Source Code | Contrib | Plugins | Math Source..."
|
||||
SetDetailsPrint listonly
|
||||
|
||||
SectionIn 1
|
||||
SetOutPath $INSTDIR\Contrib\Math\Source
|
||||
File ..\contrib\Math\Source\*.c
|
||||
File ..\contrib\Math\Source\*.h
|
||||
File ..\contrib\Math\Source\*.sln
|
||||
File ..\contrib\Math\Source\*.lib
|
||||
File ..\contrib\Math\Source\*.vcproj
|
||||
SectionEnd
|
||||
|
||||
Section "NSISdl Source" SecContribNSISDLS
|
||||
|
||||
SetDetailsPrint textonly
|
||||
|
@ -1069,6 +1106,8 @@ SectionEnd
|
|||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSplashTS} "Source code to splash screen add-on with transparency support that lets you add a splash screen to an installer"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSystem} "Plugin that lets you call Win32 API from NSIS scripts"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSystemS} "Source code to plugin that lets you call Win32 API from NSIS scripts"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribMath} "Plugin that lets you evaluate complicated mathematical expressions"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribMathS} "Source code to plugin that lets you evaluate complicated mathematical expressions"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribDialer} "Plugin that provides internet connection functions"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribDialerS} "Source code to plugin that provides internet connection functions"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribZ2E} "A utility that converts zip files into an NSIS installer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue