Changeset e0d9a006d6245a1cb3220757050ba9240e059b9a
- Timestamp:
- 24/04/07 23:33:57
(2 years ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1177450437 +0000
- git-parent:
[53e97358a26429bf3fed47b2d8e8ae66682e089d]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1177450437 +0000
- Message:
Contrib and qt4 exe for whiners
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf90b0e6 |
re0d9a00 |
|
| 104 | 104 | cp src/live/$$i/lib$${i}.a tmp/$(DISTDIR)/live.com/$$i; \ |
|---|
| 105 | 105 | done; |
|---|
| | 106 | # Change Prefix. |
|---|
| 106 | 107 | ./change_prefix.sh tmp $(PREFIX) $(DISTDIR) |
|---|
| | 108 | # Hack for qt4 |
|---|
| | 109 | (cd tmp/$(DISTDIR)/bin; mv uic.exe uic.ex; mv rcc.exe rcc.ex; mv moc.exe moc.ex) |
|---|
| 107 | 110 | # Remove unused and potentially harmful files |
|---|
| 108 | | (cd tmp/$(DISTDIR)/bin; rm -f *.exe; chmod a+x *) |
|---|
| 109 | | |
|---|
| | 111 | (cd tmp/$(DISTDIR)/bin; rm -rfv *.exe; chmod a+x *) |
|---|
| | 112 | # Hack for qt4 |
|---|
| | 113 | (cd tmp/$(DISTDIR)/bin; mv uic.ex uic.exe; mv rcc.ex rcc.exe; mv moc.ex moc.exe) |
|---|
| | 114 | # Tar it. |
|---|
| 110 | 115 | (cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-only.tar.bz2 |
|---|
| 111 | 116 | rm -rf tmp |
|---|