Lines Matching +full:build +full:- +full:static +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%
20 echo # libmpdec: static library
28 runtest.exe official.decTest --alloc
35 runtest.exe additional.decTest --alloc
48 runtest_shared.exe official.decTest --alloc
55 runtest_shared.exe additional.decTest --alloc
59 rem Build libmpdec++ tests.
63 nmake DEBUG=%DBG%
70 echo # libmpdec++: static library
78 runtest.exe official.topTest --thread --alloc
85 runtest.exe additional.topTest --thread --alloc
99 apitest.exe --thread
112 runtest_shared.exe official.topTest --thread --alloc
119 runtest_shared.exe additional.topTest --thread --alloc
133 apitest_shared.exe --thread