Fix build order - special for mingw.

This commit is contained in:
vng 2011-01-24 22:45:38 +02:00 committed by Alex Zolotarev
parent 3da315545b
commit 7335d21664

View file

@ -10,14 +10,15 @@ win32|macx|unix {
SUBDIRS = 3party \
base base/base_tests \
coding coding/coding_tests \
geometry geometry/geometry_tests \
geometry \
indexer \
geometry/geometry_tests \
platform platform/platform_tests \
yg \
indexer \
version \
storage storage/storage_tests \
map \
map/map_tests \
version \
indexer/indexer_tool \
qt_tstfrm \
indexer/indexer_tests \
@ -33,7 +34,7 @@ iphonesimulator-g++42|iphonedevice-g++42 {
geometry \
yg \
indexer \
version \
storage \
map \
version
map
}