diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-08-24 15:52:09 -0400 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-07 02:03:06 +0000 |
commit | ffbcd1c8b4ff839a16ddd93cdf6eec82bccf8eb4 (patch) | |
tree | 203749d0232088176dfafd3b065713ad1490ee8f /config_host.mk.in | |
parent | bac631c43d53e0f1eb679a853d1fbbb9954d6e3a (diff) |
fix canvas build with Win8 SDK
Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d
Reviewed-on: https://gerrit.libreoffice.org/789
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 7bc85e1eb555..a192ab727f48 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -628,6 +628,7 @@ export VISIO_LIBS=@VISIO_LIBS@ export VISIO_TARBALL=@VISIO_TARBALL@ export WATCH_WINDOW_EXTENSION_PACK=@WATCH_WINDOW_EXTENSION_PACK@ export WINDOWS_SDK_HOME=@WINDOWS_SDK_HOME@ +export WINDOWS_SDK_VERSION=@WINDOWS_SDK_VERSION@ export WINDRES=@WINDRES@ export WINEGCC=@WINEGCC@ export WITHOUT_AFMS=@WITHOUT_AFMS@ |