correct install location, and build shared library
This commit is contained in:
parent
47df85550c
commit
e98a17a672
|
@ -4,11 +4,13 @@
|
||||||
@set TMPPRJ=tidy5
|
@set TMPPRJ=tidy5
|
||||||
@set TMPSRC=..\..
|
@set TMPSRC=..\..
|
||||||
@set TMPBGN=%TIME%
|
@set TMPBGN=%TIME%
|
||||||
@set TMPINS=..\..\..\3rdParty
|
@set TMPINS=..\..\..\software
|
||||||
@set DOTINST=0
|
@set DOTINST=0
|
||||||
@set TMPLOG=bldlog-1.txt
|
@set TMPLOG=bldlog-1.txt
|
||||||
|
|
||||||
@set TMPOPTS=-DCMAKE_INSTALL_PREFIX=%TMPINS%
|
@set TMPOPTS=-DCMAKE_INSTALL_PREFIX=%TMPINS%
|
||||||
|
@set TMPOPTS=%TMPOPTS% -DBUILD_SHARED_LIB=ON
|
||||||
|
|
||||||
:RPT
|
:RPT
|
||||||
@if "%~1x" == "x" goto GOTCMD
|
@if "%~1x" == "x" goto GOTCMD
|
||||||
@set TMPOPTS=%TMPOPTS% %1
|
@set TMPOPTS=%TMPOPTS% %1
|
||||||
|
|
Loading…
Reference in a new issue