mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Created resources directory
SVN revision: 1526
This commit is contained in:
parent
13380d8110
commit
7972f87b02
15
elog.nsi
15
elog.nsi
@ -71,7 +71,6 @@ Section "ELOG system (required)" SecSystem
|
|||||||
File nt\release\elogd.exe
|
File nt\release\elogd.exe
|
||||||
File nt\release\elog.exe
|
File nt\release\elog.exe
|
||||||
File nt\release\elconv.exe
|
File nt\release\elconv.exe
|
||||||
File eloghelp_en.html
|
|
||||||
|
|
||||||
; doc directory
|
; doc directory
|
||||||
SetOutPath $INSTDIR\doc
|
SetOutPath $INSTDIR\doc
|
||||||
@ -81,11 +80,17 @@ Section "ELOG system (required)" SecSystem
|
|||||||
SetOutPath $INSTDIR\scripts
|
SetOutPath $INSTDIR\scripts
|
||||||
File scripts\*.*
|
File scripts\*.*
|
||||||
|
|
||||||
|
; resources directory
|
||||||
|
SetOutPath $INSTDIR\resources
|
||||||
|
File resources\eloghelp_english.html
|
||||||
|
|
||||||
; src directory
|
; src directory
|
||||||
SetOutPath $INSTDIR\src
|
SetOutPath $INSTDIR\src
|
||||||
File src\*.c
|
File src\*.c
|
||||||
File \mxml\mxml.c
|
File \mxml\mxml.c
|
||||||
File \mxml\mxml.h
|
File \mxml\mxml.h
|
||||||
|
File \mxml\strlcpy.c
|
||||||
|
File \mxml\strlcpy.h
|
||||||
|
|
||||||
; config file
|
; config file
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
@ -131,9 +136,8 @@ SectionEnd
|
|||||||
|
|
||||||
; optional section
|
; optional section
|
||||||
Section "Multi-language support" SecLang
|
Section "Multi-language support" SecLang
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR\resources
|
||||||
File eloghelp_*.html
|
File resources\*.*
|
||||||
File eloglang.*
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
; optional section
|
; optional section
|
||||||
@ -196,6 +200,9 @@ Section "Uninstall"
|
|||||||
Delete $INSTDIR\scripts\*
|
Delete $INSTDIR\scripts\*
|
||||||
RMDir $INSTDIR\scripts
|
RMDir $INSTDIR\scripts
|
||||||
|
|
||||||
|
Delete $INSTDIR\resources\*
|
||||||
|
RMDir $INSTDIR\resources
|
||||||
|
|
||||||
Delete $INSTDIR\src\*
|
Delete $INSTDIR\src\*
|
||||||
RMDir $INSTDIR\src
|
RMDir $INSTDIR\src
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user