From b5c0e66bb93d969adebf9be892bed59f72d1c8c9 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 24 Oct 2012 21:38:51 +0200 Subject: fixing VS 2010 error: OutDir property must end with a trailing slash Change-Id: Ic6477adbd8e8eaa24f851befe5d18d34061e88ce Reviewed-on: https://gerrit.libreoffice.org/905 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- liborcus/ExternalProject_liborcus.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk index 50cd8778d8a7..cc12050729fd 100644 --- a/liborcus/ExternalProject_liborcus.mk +++ b/liborcus/ExternalProject_liborcus.mk @@ -30,7 +30,7 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) : && export BOOST_INCLUDE_DIR=$(OUTDIR)/inc/external \ && export BOOST_LIB_DIR=$(OUTDIR)/lib \ && $(COMPATH)/../Common7/Tools/vcupgrade.exe liborcus-static-nozip.vcproj \ - && MSBuild.exe liborcus-static-nozip.vcxproj /p:Configuration=Release /p:OutDir=Release /p:TargetName=orcus /p:WholeProgramOptimization=no \ + && MSBuild.exe liborcus-static-nozip.vcxproj /p:Configuration=Release /p:OutDir=Release/ /p:TargetName=orcus /p:WholeProgramOptimization=no \ && touch $@ endif -- cgit