summaryrefslogtreecommitdiff
path: root/libvisio
diff options
context:
space:
mode:
Diffstat (limited to 'libvisio')
-rw-r--r--libvisio/ExternalProject_libvisio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvisio/ExternalProject_libvisio.mk b/libvisio/ExternalProject_libvisio.mk
index 191a712b90a5..3ad16c56c0bf 100644
--- a/libvisio/ExternalProject_libvisio.mk
+++ b/libvisio/ExternalProject_libvisio.mk
@@ -48,7 +48,7 @@ $(call gb_ExternalProject_get_state_target,libvisio,build) :
&& export LIBWPG_INCLUDE_DIR=$(OUTDIR)/inc/external \
&& export LIBXML_INCLUDE_DIR=$(OUTDIR)/inc/external \
&& export ZLIB_INCLUDE_DIR=$(OUTDIR)/inc/external/zlib \
- && msbuild.exe libvisio.vcxproj /p:PlatformToolset=v110 /p:Configuration=Release \
+ && msbuild.exe libvisio.vcxproj /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 /p:Configuration=Release \
&& touch $@
endif
46bbae468811'>idl,framework,forms: inline some use-once typedefsNoel Grandin 2015-08-03re-added accidentally removed LT_HAVE_INLINE defineNoel Grandin 2015-08-03remove some unused definesNoel Grandin 2015-07-10support en-GB-oxendict additionally to now deprecated en-GB-oedEike Rathke 2015-07-09tdf#90428 add Aranese [oc-ES] to language listEike Rathke 2015-07-08fix langtag test with liblangtag 0.5.7David Tardon 2015-07-03Fix typosAndrea Gelmini 2015-06-30add English (Gambia) [en-GM] to language list, tdf#92442Eike Rathke 2015-06-21Fix typosAndrea Gelmini 2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke 2015-05-20teardown is only called from ~LiblangtagDataRef, anywayStephan Bergmann 2015-05-20typoStephan Bergmann 2015-04-29tdf#90802 add Church Slavic [cu-RU] localeAleksandr Andreev 2015-04-27More loplugin:simplifyboolStephan Bergmann 2015-04-20convert AppleLanguageId to scoped enumNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-29loplugin:checkconfigmacrosStephan Bergmann 2015-03-29WaE: macro "LT_HAVE_INLINE" is not usedDavid Tardon 2015-03-27loplugin:staticfunctionNoel Grandin