diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-23 15:04:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-23 15:05:57 +0300 |
commit | 041b4805c94978d37cc9741776fd0d5dbaaa5b32 (patch) | |
tree | ee6dd19082fffe547e94eeb31c5d261e2efda990 /set_soenv.in | |
parent | 7f5d808c91b969b5763fda358995d234334eb50a (diff) |
Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.sh
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in index 03edbcfa439e..3af5ab97660c 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1674,6 +1674,7 @@ if ( $platform =~ m/cygwin/ ) ToFile( "NSIS_PATH", $NSIS_PATH, "e" ); ToFile( "DISABLE_ACTIVEX", "@DISABLE_ACTIVEX@","e" ); ToFile( "DISABLE_ATL", "@DISABLE_ATL@","e" ); + ToFile( "INCLUDE", "", "e" ); # Variables used when building the parts that needs to be available # also as 64-bit versions in a 32-bit LibreOffice build, like # the Explorer extension. If the configure script hasn't |