~ubuntu-branches/ubuntu/raring/smplayer/raring

« back to all changes in this revision

Viewing changes to compile_windows_portable.bat

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-02-12 03:00:21 UTC
  • mfrom: (20.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130212030021-q5mg053fru2u6zl8
Tags: 0.8.3-1
* Team upload.
* New upstream release. (Closes: #698300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
call getrev.cmd
2
 
 
3
 
cd zlib-1.2.6
4
 
mingw32-make -fwin32\makefile.gcc
5
 
cd ..
6
 
 
7
 
cd src
8
 
lrelease smplayer.pro
9
 
qmake DEFINES+=PORTABLE_APP
10
 
mingw32-make