Slightly improve deployment scripts.

This commit is contained in:
LoRd_MuldeR 2011-04-10 19:14:23 +02:00
parent 1a7b25f8ce
commit 24232b2281
3 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@ set "PATH_QTMSVC="
set "PATH_GNUPG1=" set "PATH_GNUPG1="
set "PATH_VCPROJ=" set "PATH_VCPROJ="
REM ------------------------------------------ REM ------------------------------------------
set "BUILDENV_TXT=buildenv.txt" set "BUILDENV_TXT=%~d0%~p0\buildenv.txt"
if not "%~1"=="" ( if not "%~1"=="" (
set "BUILDENV_TXT=%~1" set "BUILDENV_TXT=%~1"
) )
@ -37,6 +37,7 @@ for /f "tokens=2,*" %%s in (%BUILDENV_TXT%) do (
REM ------------------------------------------ REM ------------------------------------------
set "BUILDENV_TXT=" set "BUILDENV_TXT="
REM ------------------------------------------ REM ------------------------------------------
echo === BEGIN PATHS ===
echo PATH_SEVENZ ="%PATH_SEVENZ%" echo PATH_SEVENZ ="%PATH_SEVENZ%"
echo PATH_MPRESS ="%PATH_MPRESS%" echo PATH_MPRESS ="%PATH_MPRESS%"
echo PATH_UPXBIN ="%PATH_UPXBIN%" echo PATH_UPXBIN ="%PATH_UPXBIN%"
@ -45,6 +46,7 @@ echo PATH_MSVC90 ="%PATH_MSVC90%"
echo PATH_QTMSVC ="%PATH_QTMSVC%" echo PATH_QTMSVC ="%PATH_QTMSVC%"
echo PATH_GNUPG1 ="%PATH_GNUPG1%" echo PATH_GNUPG1 ="%PATH_GNUPG1%"
echo PATH_VCPROJ ="%PATH_VCPROJ%" echo PATH_VCPROJ ="%PATH_VCPROJ%"
echo === END PATHS ===
REM ------------------------------------------ REM ------------------------------------------
set "LAMEXP_ERROR=1" set "LAMEXP_ERROR=1"
REM ------------------------------------------ REM ------------------------------------------

View File

@ -1,6 +1,6 @@
@echo off @echo off
REM --------------------------- REM ---------------------------
call "..\Deployment\_paths.bat" "..\Deployment\buildenv.txt" call "..\Deployment\_paths.bat"
call "%PATH_QTMSVC%\bin\qtvars.bat" call "%PATH_QTMSVC%\bin\qtvars.bat"
REM --------------------------- REM ---------------------------
for %%f in (LameXP_??.ts) do ( for %%f in (LameXP_??.ts) do (

View File

@ -1,6 +1,6 @@
@echo off @echo off
REM --------------------------- REM ---------------------------
call "..\Deployment\_paths.bat" "..\Deployment\buildenv.txt" call "..\Deployment\_paths.bat"
call "%PATH_QTMSVC%\bin\qtvars.bat" call "%PATH_QTMSVC%\bin\qtvars.bat"
REM --------------------------- REM ---------------------------
del update.lst > NUL del update.lst > NUL