Showwina and System source were all mixed up

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1209 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-27 12:28:25 +00:00
parent 6a6260aeb6
commit b663923ebc

View file

@ -358,12 +358,12 @@ SectionEnd
Section "ShowWin Source" SecContribShowWinS
SectionIn 1
SetOutPath $INSTDIR\Contrib\System
File ..\contrib\System\*.c
File ..\contrib\System\*.dsp
File ..\contrib\System\*.dsw
File ..\contrib\System\ShowWin.txt
File ..\contrib\System\ShowWin.nsi
SetOutPath $INSTDIR\Contrib\ShowWin
File ..\contrib\ShowWin\*.c
File ..\contrib\ShowWin\*.dsp
File ..\contrib\ShowWin\*.dsw
File ..\contrib\ShowWin\ShowWin.txt
File ..\contrib\ShowWin\ShowWin.nsi
SectionEnd