~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to setup/install_smplayer.bat

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mto: (1.1.10 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20091104124538-i5ntu42ni0e1njnv
ImportĀ upstreamĀ versionĀ 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
set OUTPUT_DIR=smplayer-build
8
8
 
9
 
set SMPLAYER_DIR=svn\smplayer\trunk
10
 
set SMPLAYER_THEMES_DIR=svn\smplayer-themes\trunk
 
9
set SMPLAYER_DIR=svn\smplayer\
 
10
set SMPLAYER_THEMES_DIR=svn\smplayer-themes\
11
11
 
12
12
set QT_DIR=c:\Qt\4.4.2
13
13
set QXT_DIR=c:\libqxt
24
24
copy %QT_DIR%\bin\QtXml4.dll %OUTPUT_DIR%
25
25
copy %MINGW_DIR%\bin\mingwm10.dll %OUTPUT_DIR%
26
26
 
 
27
mkdir %OUTPUT_DIR%\imageformats
 
28
copy %QT_DIR%\plugins\imageformats\qjpeg4.dll %OUTPUT_DIR%\imageformats\
 
29
 
27
30
rem translations
28
31
mkdir %OUTPUT_DIR%\translations
29
32
copy %SMPLAYER_DIR%\src\translations\*.qm %OUTPUT_DIR%\translations