summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-21 02:24:39 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-21 02:24:39 +0300
commita31a128023dbf29d3493417c06a9e3516067add9 (patch)
treeb54669bda52d1031a0d02273ab95dd36c530f3be /i18npool/source/indexentry
parentec5b3a6157997b3704792ab5854cde64e924f310 (diff)
Use MSVC-specific compiler options only when $(COM)==MSC
Diffstat (limited to 'i18npool/source/indexentry')
-rw-r--r--i18npool/source/indexentry/data/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/indexentry/data/makefile.mk b/i18npool/source/indexentry/data/makefile.mk
index 42378dab25bc..84d4281a3f53 100644
--- a/i18npool/source/indexentry/data/makefile.mk
+++ b/i18npool/source/indexentry/data/makefile.mk
@@ -34,7 +34,7 @@ LIBTARGET=NO
.INCLUDE : settings.mk
# Fix heap limit problem on MSC
-.IF "$(OS)" == "WNT"
+.IF "$(COM)" == "MSC"
.IF "$(COMEX)" != "8"
CDEFS+=-Zm300
.ENDIF