From e98a17a6726712d3be385fc4c2c2bb82a8fb98ec Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 20 May 2015 14:07:39 +0200 Subject: [PATCH] correct install location, and build shared library --- build/cmake/build-me.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/cmake/build-me.bat b/build/cmake/build-me.bat index d08d704..c3b2166 100644 --- a/build/cmake/build-me.bat +++ b/build/cmake/build-me.bat @@ -4,11 +4,13 @@ @set TMPPRJ=tidy5 @set TMPSRC=..\.. @set TMPBGN=%TIME% -@set TMPINS=..\..\..\3rdParty +@set TMPINS=..\..\..\software @set DOTINST=0 @set TMPLOG=bldlog-1.txt @set TMPOPTS=-DCMAKE_INSTALL_PREFIX=%TMPINS% +@set TMPOPTS=%TMPOPTS% -DBUILD_SHARED_LIB=ON + :RPT @if "%~1x" == "x" goto GOTCMD @set TMPOPTS=%TMPOPTS% %1