Lines Matching refs:goto
8 if Test%BUILD_ALT_DIR%==Test goto usage
20 if "%1" == "" goto no_more_args
27 goto more_args
38 if errorlevel 1 goto builderror
43 if %_BUILDARCH%==x86 goto isI386
51 if %DDKBUILDENV%==chk goto isDebug
55 if exist %destType% goto md2
58 if exist %dstPath% goto md3
61 if exist %dstPath%\dll goto md4
64 if exist %dstPath%\lib goto md5
67 if exist %dstPath%\examples goto md6
72 @if /I NOT Test%1==TestDLL goto copylib
80 if exist examples\listdevs_ddkbuild goto md7
89 if errorlevel 1 goto builderror
100 if exist examples\xusb_ddkbuild goto md8
109 if errorlevel 1 goto builderror
120 if exist examples\getopt\getopt_ddkbuild goto md9
129 if errorlevel 1 goto builderror
132 if exist examples\fxload_ddkbuild goto md10
141 if errorlevel 1 goto builderror
152 if exist examples\hotplugtest_ddkbuild goto md11
161 if errorlevel 1 goto builderror
173 goto done
178 goto done