Lines Matching refs:OUTDIR
252 set OUTDIR=build\Win64\%VC_DESC% variable
253 if not exist %OUTDIR% md %OUTDIR%
299 set OUTDIR=build\Win32\%VC_DESC% variable
300 if not exist %OUTDIR% md %OUTDIR%
488 if exist "%OUTDIR%\LIB Debug" (
489 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
492 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
496 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
501 if exist "%OUTDIR%\DLL Debug" (
502 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
505 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
509 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
519 if exist "%OUTDIR%\LIB Release" (
520 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
523 move out32 "%OUTDIR%\LIB Release" 1>nul
527 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
532 if exist "%OUTDIR%\DLL Release" (
533 copy /y out32dll\* "%OUTDIR%\DLL Release" 1>nul
536 move out32dll "%OUTDIR%\DLL Release" 1>nul
540 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release" 1>nul
558 if not exist "%OUTDIR%\LIB Debug" (
559 mkdir "%OUTDIR%\LIB Debug" 1>nul
562 move !build_dir!\lib\*.lib "%OUTDIR%\LIB Debug" 1>nul
563 move !build_dir!\bin\*.exe "%OUTDIR%\LIB Debug" 1>nul
565 if not exist "%OUTDIR%\DLL Debug" (
566 mkdir "%OUTDIR%\DLL Debug" 1>nul
569 move !build_dir!\lib\*.lib "%OUTDIR%\DLL Debug" 1>nul
570 move !build_dir!\bin\*.dll "%OUTDIR%\DLL Debug" 1>nul
571 move !build_dir!\bin\*.exe "%OUTDIR%\DLL Debug" 1>nul
572 move !build_dir!\bin\*.pdb "%OUTDIR%\DLL Debug" 1>nul
578 if not exist "%OUTDIR%\LIB Release" (
579 mkdir "%OUTDIR%\LIB Release" 1>nul
582 move !build_dir!\lib\*.lib "%OUTDIR%\LIB Release" 1>nul
583 move !build_dir!\bin\*.exe "%OUTDIR%\LIB Release" 1>nul
585 if not exist "%OUTDIR%\DLL Release" (
586 mkdir "%OUTDIR%\DLL Release" 1>nul
589 move !build_dir!\lib\*.lib "%OUTDIR%\DLL Release" 1>nul
590 move !build_dir!\bin\*.dll "%OUTDIR%\DLL Release" 1>nul
591 move !build_dir!\bin\*.exe "%OUTDIR%\DLL Release" 1>nul