Created resources directory

SVN revision: 1526
This commit is contained in:
Stefan Ritt 2005-10-24 20:10:15 +00:00
parent 13380d8110
commit 7972f87b02

View File

@ -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