Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-03-04 17:02:25 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2008-03-04 17:02:25 +0300
commit134dc30643b028cc1294bd1fd7be56334597f8b9 (patch)
treead578c8dd751955226877058f7662d2200cc0dcd /speexbuild
parent5f16fc3e77902475a73aff5328ad66867a5e9d32 (diff)
More compilation and installation tunings for Win32.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@968 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/SpeexMark.pro7
-rw-r--r--speexbuild/speexbuild.pro3
2 files changed, 9 insertions, 1 deletions
diff --git a/speexbuild/SpeexMark.pro b/speexbuild/SpeexMark.pro
index 6a4a8555b..edc961983 100644
--- a/speexbuild/SpeexMark.pro
+++ b/speexbuild/SpeexMark.pro
@@ -7,3 +7,10 @@ HEADERS = Timer.h
INCLUDEPATH = ../src ../speex/include
LIBS += -lspeex
LIBPATH += ../release
+
+win32 {
+ QMAKE_CXX = icl
+ QMAKE_CXXFLAGS += -Qrestrict
+ QMAKE_CXXFLAGS_RELEASE += -O3 -QxK -Qip -Qipo
+ QMAKE_LINK = xilink
+}
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index be83d6ab2..74fee7ad3 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -13,9 +13,10 @@ win32 {
DEFINES+=WIN32 _WINDOWS _USE_SSE VAR_ARRAYS
QMAKE_CC = icl
QMAKE_CFLAGS += -Qstd=c99 -Qrestrict
- QMAKE_CFLAGS_RELEASE += -O3 -QxK -Qip
+ QMAKE_CFLAGS_RELEASE += -O3 -QxK -Qip -Qipo
QMAKE_CFLAGS_DEBUG += -O2 -QxK -Ob0
INCLUDEPATH += ../speex/win32
+ QMAKE_LIB = xilib /nologo
}
unix {