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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-06-05 03:07:59 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:04 +0300
commit52abe2ff499b5a6f6d97ba3fc8e8900b2d5b7b37 (patch)
tree49ebaa688e9c12b450bdc93f3b0d5fd0a8514558 /common.pri
parent7e9e6112d81b664d1301da4b2dd11088ad27950f (diff)
[win] Added incomplete windows installer scripts
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pri b/common.pri
index 57c0fc9fa2..41097180a7 100644
--- a/common.pri
+++ b/common.pri
@@ -98,7 +98,7 @@ win32-msvc* {
CONFIG(release, debug|release) {
DEFINES += _SECURE_SCL=0
}
- }
+}
win32-msvc2010 {
DEFINES += _HAS_CPP0X=0 # disable tr1 and c++0x features to avoid build errors