Changeset 921
- Timestamp:
- 11/18/07 12:20:13 (1 year ago)
- Files:
-
- 1 modified
-
trunk/installer/jahplayer.nsi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/installer/jahplayer.nsi
r917 r921 175 175 SetOutPath $INSTDIR\JahPlayer 176 176 File "..\Release\jahplayer.exe" 177 File "..\Release\*.dll" 177 File "..\Release\wrapper.dll" 178 File "..\Release\widgets.dll" 178 179 File "..\Release\*.pyd" 179 180 File "..\jahplayer\*.ui" … … 183 184 File "C:\Qt\3.3.8\lib\qt-mt338.dll" 184 185 File /r "C:\Program Files\OpenLibraries\bin\*" 186 File /r "C:\Program Files\OpenLibraries\python\release\*" 185 187 File "C:\Python25\DLLs\_socket.pyd" 188 189 SetOutPath $INSTDIR\JahPlayer\styles 190 File "..\Release\themes.dll" 186 191 187 192 SetOutPath $INSTDIR\JahPlayer\plugins
