Lines Matching refs:OUTDIR
232 set OUTDIR=build\Win64\%VC_DESC% variable
233 if not exist %OUTDIR% md %OUTDIR%
247 if exist "%OUTDIR%\LIB Debug" (
248 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
251 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
253 if exist "%OUTDIR%\DLL Debug" (
254 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
257 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
261 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
262 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
280 if exist "%OUTDIR%\LIB Release" (
281 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
284 move out32 "%OUTDIR%\LIB Release" 1>nul
286 if exist "%OUTDIR%\DLL Release" (
287 copy /y out32dll\* "%OUTDIR%\DLL Release" 1>nul
290 move out32dll "%OUTDIR%\DLL Release" 1>nul
294 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
295 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release" 1>nul
305 set OUTDIR=build\Win32\%VC_DESC% variable
306 if not exist %OUTDIR% md %OUTDIR%
320 if exist "%OUTDIR%\LIB Debug" (
321 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
324 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
326 if exist "%OUTDIR%\DLL Debug" (
327 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
330 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
334 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
335 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
353 if exist "%OUTDIR%\LIB Release" (
354 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
357 move out32 "%OUTDIR%\LIB Release" 1>nul
359 if exist "%OUTDIR%\DLL Release" (
360 copy /y out32dll\* "%OUTDIR%\DLL Release" 1>nul
363 move out32dll "%OUTDIR%\DLL Release" 1>nul
367 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
368 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release" 1>nul