[omim.pro] Remove drape projects from win32 compilation.

This commit is contained in:
Artyom Polkovnikov 2014-11-14 19:04:48 +03:00 committed by Alex Zolotarev
parent 243bbf4b75
commit 09e19f4202

View file

@ -60,3 +60,10 @@ SUBDIRS = 3party \
map \
stats/client \
}
win32 {
SUBDIRS -= \
drape drape/drape_tests \
drape_frontend drape_frontend/drape_frontend_tests \
drape_head
}