• Home
  • Raw
  • Download

Lines Matching refs:OUTDIR

277   set OUTDIR=build\Win64\%VC_DESC%  variable
278 if not exist %OUTDIR% md %OUTDIR%
324 set OUTDIR=build\Win32\%VC_DESC% variable
325 if not exist %OUTDIR% md %OUTDIR%
514 if exist "%OUTDIR%\LIB Debug" (
515 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
518 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
522 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
527 if exist "%OUTDIR%\DLL Debug" (
528 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
531 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
535 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
545 if exist "%OUTDIR%\LIB Release" (
546 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
549 move out32 "%OUTDIR%\LIB Release" 1>nul
553 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
558 if exist "%OUTDIR%\DLL Release" (
559 copy /y out32dll\* "%OUTDIR%\DLL Release" 1>nul
562 move out32dll "%OUTDIR%\DLL Release" 1>nul
566 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release" 1>nul
585 if not exist "%OUTDIR%\LIB Debug" (
586 mkdir "%OUTDIR%\LIB Debug" 1>nul
589 move "%TMP_INSTALL_PATH%\lib\*.lib" "%OUTDIR%\LIB Debug" 1>nul
590 move "%TMP_INSTALL_PATH%\lib\*.pdb" "%OUTDIR%\LIB Debug" 1>nul
591 move "%TMP_INSTALL_PATH%\bin\*.exe" "%OUTDIR%\LIB Debug" 1>nul
592 move "%TMP_INSTALL_PATH%\bin\*.pdb" "%OUTDIR%\LIB Debug" 1>nul
593 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\LIB Debug\include" 1>nul
595 if not exist "%OUTDIR%\DLL Debug" (
596 mkdir "%OUTDIR%\DLL Debug" 1>nul
599 move "%TMP_INSTALL_PATH%\lib\*.lib" "%OUTDIR%\DLL Debug" 1>nul
600 move "%TMP_INSTALL_PATH%\lib\engines-1_1\*.dll" "%OUTDIR%\DLL Debug" 1>nul
601 move "%TMP_INSTALL_PATH%\lib\engines-1_1\*.pdb" "%OUTDIR%\DLL Debug" 1>nul
602 move "%TMP_INSTALL_PATH%\bin\*.dll" "%OUTDIR%\DLL Debug" 1>nul
603 move "%TMP_INSTALL_PATH%\bin\*.exe" "%OUTDIR%\DLL Debug" 1>nul
604 move "%TMP_INSTALL_PATH%\bin\*.pdb" "%OUTDIR%\DLL Debug" 1>nul
605 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\DLL Debug\include" 1>nul
611 if not exist "%OUTDIR%\LIB Release" (
612 mkdir "%OUTDIR%\LIB Release" 1>nul
615 move "%TMP_INSTALL_PATH%\lib\*.lib" "%OUTDIR%\LIB Release" 1>nul
616 move "%TMP_INSTALL_PATH%\lib\*.pdb" "%OUTDIR%\LIB Release" 1>nul
617 move "%TMP_INSTALL_PATH%\bin\*.exe" "%OUTDIR%\LIB Release" 1>nul
618 move "%TMP_INSTALL_PATH%\bin\*.pdb" "%OUTDIR%\LIB Release" 1>nul
619 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\LIB Release\include" 1>nul
621 if not exist "%OUTDIR%\DLL Release" (
622 mkdir "%OUTDIR%\DLL Release" 1>nul
625 move "%TMP_INSTALL_PATH%\lib\*.lib" "%OUTDIR%\DLL Release" 1>nul
626 move "%TMP_INSTALL_PATH%\lib\engines-1_1\*.dll" "%OUTDIR%\DLL Release" 1>nul
627 move "%TMP_INSTALL_PATH%\lib\engines-1_1\*.pdb" "%OUTDIR%\DLL Release" 1>nul
628 move "%TMP_INSTALL_PATH%\bin\*.dll" "%OUTDIR%\DLL Release" 1>nul
629 move "%TMP_INSTALL_PATH%\bin\*.exe" "%OUTDIR%\DLL Release" 1>nul
630 move "%TMP_INSTALL_PATH%\bin\*.pdb" "%OUTDIR%\DLL Release" 1>nul
631 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\DLL Release\include" 1>nul