update script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1011 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-02-05 17:02:19 +00:00
parent 02378236e8
commit 7aa93ec9c0

View File

@ -258,9 +258,14 @@ Section $(sec_main) sec_main
; Set Section Files and Shortcuts ; Set Section Files and Shortcuts
SetOutPath "$INSTDIR\" SetOutPath "$INSTDIR\"
File /r "release\RetroShare.exe" File /r "release\RetroShare.exe"
File /r "mingwm10.dll" File /r "D:\MinGW\bin\mingwm10.dll"
File /r "pthreadGCE2.dll"
File /r "D:\Qt\4.4.3\bin\QtCore4.dll"
File /r "D:\Qt\4.4.3\bin\QtGui4.dll"
File /r "D:\Qt\4.4.3\bin\QtNetwork4.dll"
File /r "D:\Qt\4.4.3\bin\QtXml4.dll"
File /r "D:\Qt\4.4.3\bin\QtScript4.dll"
File /r "changelog.txt" File /r "changelog.txt"
SectionEnd SectionEnd