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>2009-08-29 00:17:33 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-08-29 00:17:33 +0400
commitc1835574c35fa21f0609f700f470a96aa9fa2cce (patch)
tree6dabd841dda5f137ebd5479351241e3d63af3e13 /compiler.pri
parent9ba05cefa5f5cdf775754d47dead0a79ec7cb9c7 (diff)
Boost 1.40 on Win32
Diffstat (limited to 'compiler.pri')
-rw-r--r--compiler.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler.pri b/compiler.pri
index e1c2e080a..dc7b1c27e 100644
--- a/compiler.pri
+++ b/compiler.pri
@@ -1,7 +1,7 @@
CONFIG *= warn_on
win32 {
- INCLUDEPATH *= /dev/Boost/include/boost-1_39
+ INCLUDEPATH *= /dev/Boost/include/boost-1_40
CONFIG(intelcpp) {
DEFINES *= RESTRICT=restrict
DEFINES *= VAR_ARRAYS