Updated EWF Windows tools to install EWF into EiffelStudio source tree.
This commit is contained in:
@@ -11,9 +11,9 @@ if "%ECF_TOOL_PATH%" == "" goto SEARCH_ECF_TOOL
|
|||||||
goto START
|
goto START
|
||||||
|
|
||||||
:SEARCH_ECF_TOOL
|
:SEARCH_ECF_TOOL
|
||||||
for %%f in (ecf_tool.exe) do (
|
:: for %%f in (ecf_tool.exe) do (
|
||||||
if exist "%%~dp$PATH:f" set ECF_TOOL_PATH="%%~dp$PATH:f"
|
:: if exist "%%~dp$PATH:f" set ECF_TOOL_PATH="%%~dp$PATH:f"
|
||||||
)
|
:: )
|
||||||
if "%ECF_TOOL_PATH%" == "" goto BUILD_ECF_TOOL
|
if "%ECF_TOOL_PATH%" == "" goto BUILD_ECF_TOOL
|
||||||
echo Using ecf_tool.exe from %ECF_TOOL_PATH%
|
echo Using ecf_tool.exe from %ECF_TOOL_PATH%
|
||||||
goto START
|
goto START
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ set TMP_ECF_TOOL_CMD=%~dp0\bin\ecf_tool.bat
|
|||||||
goto call_ecf_update
|
goto call_ecf_update
|
||||||
|
|
||||||
:call_ecf_update
|
:call_ecf_update
|
||||||
call %TMP_ECF_TOOL_CMD% updater --root %TMP_TARGET_DIR% --force %2 %3 %4 %5 %6 %7 %8 %9 %TMP_TARGET_DIR%\contrib
|
call %TMP_ECF_TOOL_CMD% updater --root %TMP_TARGET_DIR% --include %TMP_TARGET_DIR%\library --include %TMP_TARGET_DIR%\contrib\library --force %TMP_TARGET_DIR%\contrib
|
||||||
|
|
||||||
:end
|
:end
|
||||||
del %TMP_EXCLUDE%
|
del %TMP_EXCLUDE%
|
||||||
|
|||||||
Reference in New Issue
Block a user