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 <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
David Ostrovsky 2012-10-24 21:38:51 +02:00 committed by Michael Stahl
parent a2e8ac6228
commit b5c0e66bb9

View File

@ -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