forked from mean00/avidemux2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn://svn.berlios.de/avidemux/branches/avidemux_2.6_branch_mean@8180 30592fff-cfd4-0310-bf0e-8235a3c7be26
- Loading branch information
gruntster
committed
Sep 8, 2012
1 parent
f8c1287
commit 807eccc
Showing
6 changed files
with
69 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,11 @@ | ||
--- mkspecs/win32-g++/qmake.conf.bak 2012-03-15 01:01:12 +1100 | ||
+++ mkspecs/win32-g++/qmake.conf 2012-03-30 10:08:56 +1100 | ||
@@ -19,7 +19,7 @@ | ||
QMAKE_LEXFLAGS = | ||
QMAKE_YACC = byacc | ||
QMAKE_YACCFLAGS = -d | ||
-QMAKE_CFLAGS = | ||
+QMAKE_CFLAGS = -m32 | ||
QMAKE_CFLAGS_DEPS = -M | ||
QMAKE_CFLAGS_WARN_ON = -Wall | ||
QMAKE_CFLAGS_WARN_OFF = -w | ||
+++ mkspecs/win32-g++/qmake.conf 2012-03-30 10:11:39 +1100 | ||
@@ -52,7 +52,7 @@ | ||
|
||
QMAKE_LINK = g++ | ||
QMAKE_LINK_C = gcc | ||
-QMAKE_LFLAGS = | ||
+QMAKE_LFLAGS = -m32 -shared-libgcc | ||
+QMAKE_LFLAGS = -shared-libgcc | ||
QMAKE_LFLAGS_EXCEPTIONS_ON = -mthreads | ||
QMAKE_LFLAGS_EXCEPTIONS_OFF = | ||
QMAKE_LFLAGS_RELEASE = -Wl,-s | ||
@@ -102,7 +102,7 @@ | ||
|
||
QMAKE_IDL = midl | ||
QMAKE_LIB = ar -ru | ||
-QMAKE_RC = windres | ||
+QMAKE_RC = windres -F pe-i386 | ||
QMAKE_ZIP = zip -r -9 | ||
|
||
QMAKE_STRIP = strip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
--- mkspecs/win32-g++/qmake.conf.bak 2012-03-15 01:01:12 +1100 | ||
+++ mkspecs/win32-g++/qmake.conf 2012-03-30 10:11:39 +1100 | ||
+++ mkspecs/win32-g++/qmake.conf 2012-03-30 10:08:56 +1100 | ||
@@ -19,7 +19,7 @@ | ||
QMAKE_LEXFLAGS = | ||
QMAKE_YACC = byacc | ||
QMAKE_YACCFLAGS = -d | ||
-QMAKE_CFLAGS = | ||
+QMAKE_CFLAGS = -m64 | ||
QMAKE_CFLAGS_DEPS = -M | ||
QMAKE_CFLAGS_WARN_ON = -Wall | ||
QMAKE_CFLAGS_WARN_OFF = -w | ||
@@ -52,7 +52,7 @@ | ||
|
||
QMAKE_LINK = g++ | ||
QMAKE_LINK_C = gcc | ||
-QMAKE_LFLAGS = | ||
+QMAKE_LFLAGS = -shared-libgcc | ||
+QMAKE_LFLAGS = -m64 -shared-libgcc | ||
QMAKE_LFLAGS_EXCEPTIONS_ON = -mthreads | ||
QMAKE_LFLAGS_EXCEPTIONS_OFF = | ||
QMAKE_LFLAGS_RELEASE = -Wl,-s | ||
@@ -102,7 +102,7 @@ | ||
|
||
QMAKE_IDL = midl | ||
QMAKE_LIB = ar -ru | ||
-QMAKE_RC = windres | ||
+QMAKE_RC = windres -F pe-x86-64 | ||
QMAKE_ZIP = zip -r -9 | ||
|
||
QMAKE_STRIP = strip |