Updated for Modern UI 1.20 - No .h files in Contrib\nsExec
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1147 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c5c17bd34a
commit
905c432cd6
1 changed files with 1 additions and 4 deletions
|
@ -286,7 +286,6 @@ Section "nsExec Source" SecContribnsExecS
|
|||
SectionIn 1
|
||||
SetOutPath $INSTDIR\Contrib\nsExec
|
||||
File ..\Contrib\nsExec\*.c
|
||||
File ..\Contrib\nsExec\*.h
|
||||
File ..\Contrib\nsExec\*.txt
|
||||
File ..\Contrib\nsExec\*.dsw
|
||||
File ..\Contrib\nsExec\*.dsp
|
||||
|
@ -477,7 +476,6 @@ FunctionEnd
|
|||
|
||||
Function .onNextPage
|
||||
|
||||
!insertmacro MUI_NEXTPAGE_OUTER
|
||||
!insertmacro MUI_NEXTPAGE SetPage
|
||||
|
||||
FunctionEnd
|
||||
|
@ -663,7 +661,6 @@ SectionEnd
|
|||
|
||||
Function un.onNextPage
|
||||
|
||||
!insertmacro MUI_NEXTPAGE_OUTER
|
||||
!insertmacro MUI_NEXTPAGE un.SetPage
|
||||
|
||||
FunctionEnd
|
||||
|
@ -687,4 +684,4 @@ Function un.SetPage
|
|||
!insertmacro MUI_PAGE_END
|
||||
|
||||
FunctionEnd
|
||||
!endif
|
||||
!endif
|
Loading…
Add table
Add a link
Reference in a new issue