Lines Matching refs:Release
293 rem Configuring 64-bit Static Library Release Build
302 rem Configuring 64-bit Shared Library Release Build
340 rem Configuring 32-bit Static Library Release Build
349 rem Configuring 32-bit Shared Library Release Build
537 if exist "%OUTDIR%\LIB Release" (
538 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
541 move out32 "%OUTDIR%\LIB Release" 1>nul
545 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
550 if exist "%OUTDIR%\DLL Release" (
551 copy /y out32dll\* "%OUTDIR%\DLL Release" 1>nul
554 move out32dll "%OUTDIR%\DLL Release" 1>nul
558 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release" 1>nul
608 if not exist "%OUTDIR%\LIB Release" (
609 mkdir "%OUTDIR%\LIB Release" 1>nul
612 move "%TMP_INSTALL_PATH%\lib\*.lib" "%OUTDIR%\LIB Release" 1>nul
613 move "%TMP_INSTALL_PATH%\lib\*.pdb" "%OUTDIR%\LIB Release" 1>nul
614 move "%TMP_INSTALL_PATH%\bin\*.exe" "%OUTDIR%\LIB Release" 1>nul
615 move "%TMP_INSTALL_PATH%\bin\*.pdb" "%OUTDIR%\LIB Release" 1>nul
616 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\LIB Release\include" 1>nul
618 if not exist "%OUTDIR%\DLL Release" (
619 mkdir "%OUTDIR%\DLL Release" 1>nul
622 move "%TMP_INSTALL_PATH%\lib\*.lib" "%OUTDIR%\DLL Release" 1>nul
624 move "%TMP_INSTALL_PATH%\lib\engines-3\*.dll" "%OUTDIR%\DLL Release" 1>nul
625 move "%TMP_INSTALL_PATH%\lib\engines-3\*.pdb" "%OUTDIR%\DLL Release" 1>nul
627 move "%TMP_INSTALL_PATH%\lib\engines-1_1\*.dll" "%OUTDIR%\DLL Release" 1>nul
628 move "%TMP_INSTALL_PATH%\lib\engines-1_1\*.pdb" "%OUTDIR%\DLL Release" 1>nul
630 move "%TMP_INSTALL_PATH%\bin\*.dll" "%OUTDIR%\DLL Release" 1>nul
631 move "%TMP_INSTALL_PATH%\bin\*.exe" "%OUTDIR%\DLL Release" 1>nul
632 move "%TMP_INSTALL_PATH%\bin\*.pdb" "%OUTDIR%\DLL Release" 1>nul
633 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\DLL Release\include" 1>nul