Added scripts
SVN revision: 1460
This commit is contained in:
@@ -77,6 +77,10 @@ Section "ELOG system (required)" SecSystem
|
||||
SetOutPath $INSTDIR\doc
|
||||
File doc\*.*
|
||||
|
||||
; script directory
|
||||
SetOutPath $INSTDIR\scripts
|
||||
File scripts\*.*
|
||||
|
||||
; src directory
|
||||
SetOutPath $INSTDIR\src
|
||||
File src\*.c
|
||||
@@ -189,6 +193,9 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\doc\*
|
||||
RMDir $INSTDIR\doc
|
||||
|
||||
Delete $INSTDIR\scripts\*
|
||||
RMDir $INSTDIR\scripts
|
||||
|
||||
Delete $INSTDIR\src\*
|
||||
RMDir $INSTDIR\src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user