diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-06-04 16:40:51 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-06-04 16:55:29 +0200 |
commit | b6526cfa9070c5b9734c92ca20f16b16807b1031 (patch) | |
tree | f513d830a0853f25b0a56e0267e905b6f957979d /config_host.mk.in | |
parent | 646c6681f5f9bf1727694fdbba67771b99ae95a4 (diff) |
do not export INCLUDE for MSVC, avoids problems long LO build path
INCLUDE is used by MSVC (http://msdn.microsoft.com/en-us/library/kezkeayy.aspx)
and make somehow (not sure why) exports the INCLUDE that gbuild uses,
which (again, not sure why) causes MSVC to report a misleading error about
incorrect argument. There actually does not appear to be any (unreasonably)
low path length limit on Windows.
Change-Id: I9329eb668f7a710ec69c8b5262b855f346ed01d2
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index ef798eb1d942..fd738fe8439b 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -226,7 +226,6 @@ export ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER=@ICU_RECLASSIFIED_CONDITION export ICU_RECLASSIFIED_HEBREW_LETTER=@ICU_RECLASSIFIED_HEBREW_LETTER@ export ICU_RECLASSIFIED_PREPEND_SET_EMPTY=@ICU_RECLASSIFIED_PREPEND_SET_EMPTY@ export ILIB=@ILIB@ -@x_Cygwin@ export INCLUDE= export INPATH=@INPATH@ export INPATH_FOR_BUILD=@INPATH_FOR_BUILD@ export INSTALLDIR=@INSTALLDIR@ |