changend path of qss,style and emoticons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@812 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-11-16 13:48:20 +00:00
parent 0acadf680a
commit 1b06c0b850

View File

@ -163,7 +163,7 @@ Section $(sec_data) sec_data
; We're not ready for external skins...
; Set Section qss need to remove svn path
SetOutPath "$INSTDIR\qss\"
File /r release\qss\*.*
File /r qss\*.*
; Set Section emoticons need to remove svn path
; SetOutPath "$INSTDIR\emoticons\"
@ -175,11 +175,11 @@ Section $(sec_data) sec_data
; Add emoticons
SetOutPath "$INSTDIR\emoticons\kopete\"
File /r release\emoticons\kopete\*.*
File /r emoticons\kopete\*.*
; Add Chat Style
SetOutPath "$INSTDIR\style\"
File /r release\style\*.*
File /r style\*.*
SectionEnd