fixed showwin source
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1193 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
72befa56cd
commit
4dfe34cafd
1 changed files with 5 additions and 7 deletions
|
@ -194,7 +194,6 @@ Section "InstallOptions" SecContribIO
|
|||
File "..\contrib\installoptions\Install Options.html"
|
||||
File ..\contrib\installoptions\test.ini
|
||||
File ..\contrib\installoptions\test.nsi
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section "NSIS-DL" SecContribNSISDL
|
||||
|
@ -203,7 +202,6 @@ Section "NSIS-DL" SecContribNSISDL
|
|||
File ..\Plugins\nsisdl.dll
|
||||
SetOutPath $INSTDIR\Contrib\NSISdl
|
||||
File ..\contrib\NSISdl\ReadMe.txt
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section "System" SecContribSystem
|
||||
|
@ -218,6 +216,7 @@ Section "ShowWin" SecContribShowWin
|
|||
File ..\Plugins\ShowWin.dll
|
||||
SetOutPath $INSTDIR\contrib\ShowWin
|
||||
File ..\contrib\ShowWin\ShowWin.txt
|
||||
File ..\contrib\ShowWin\ShowWin.nsi
|
||||
SectionEnd
|
||||
|
||||
SubSectionEnd
|
||||
|
@ -361,11 +360,10 @@ Section "ShowWin Source" SecContribShowWinS
|
|||
SectionIn 1
|
||||
SetOutPath $INSTDIR\Contrib\System
|
||||
File ..\contrib\System\*.c
|
||||
File ..\contrib\System\*.h
|
||||
File ..\contrib\System\*.ncb
|
||||
File ..\contrib\System\*.sln
|
||||
File ..\contrib\System\*.txt
|
||||
File ..\contrib\System\*.vcproj
|
||||
File ..\contrib\System\*.dsp
|
||||
File ..\contrib\System\*.dsw
|
||||
File ..\contrib\System\ShowWin.txt
|
||||
File ..\contrib\System\ShowWin.nsi
|
||||
SectionEnd
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue