Lines Matching +full:build +full:- +full:shared +full:- +full:dbg
4 rem Choose release or debug build.
5 set DBG=0 variable
6 if "%1%" == "/d" set DBG=1 variable
8 rem Build libmpdec tests.
12 nmake DEBUG=%DBG%
28 runtest.exe official.decTest --alloc
35 runtest.exe additional.decTest --alloc
40 echo # libmpdec: shared library
48 runtest_shared.exe official.decTest --alloc
55 runtest_shared.exe additional.decTest --alloc
59 rem Build libmpdec++ tests.
63 nmake DEBUG=%DBG%
78 runtest.exe official.topTest --thread --alloc
85 runtest.exe additional.topTest --thread --alloc
99 apitest.exe --thread
104 echo # libmpdec++: shared library
112 runtest_shared.exe official.topTest --thread --alloc
119 runtest_shared.exe additional.topTest --thread --alloc
133 apitest_shared.exe --thread