File: windows_deploy.bat

package info (click to toggle)
tetzle 1.2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 444 kB
  • ctags: 353
  • sloc: cpp: 3,358; sh: 54; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MKDIR Tetzle
COPY release\Tetzle.exe Tetzle
COPY %QTDIR%\bin\mingwm10.dll Tetzle
COPY %QTDIR%\bin\QtCore4.dll Tetzle
COPY %QTDIR%\bin\QtGui4.dll Tetzle
COPY %QTDIR%\bin\QtXml4.dll Tetzle
COPY %QTDIR%\bin\QtOpenGL4.dll Tetzle
MKDIR Tetzle\imageformats
COPY %QTDIR%\plugins\imageformats\qgif4.dll Tetzle\imageformats
COPY %QTDIR%\plugins\imageformats\qico4.dll Tetzle\imageformats
COPY %QTDIR%\plugins\imageformats\qjpeg4.dll Tetzle\imageformats
COPY %QTDIR%\plugins\imageformats\qmng4.dll Tetzle\imageformats
COPY %QTDIR%\plugins\imageformats\qsvg4.dll Tetzle\imageformats
COPY %QTDIR%\plugins\imageformats\qtiff4.dll Tetzle\imageformats