Updated EWF Windows tools to install EWF into EiffelStudio source tree.

This commit is contained in:
2016-02-03 18:03:43 +01:00
parent 4482520a86
commit b35ec65577
2 changed files with 4 additions and 4 deletions

View File

@@ -11,9 +11,9 @@ if "%ECF_TOOL_PATH%" == "" goto SEARCH_ECF_TOOL
goto START
:SEARCH_ECF_TOOL
for %%f in (ecf_tool.exe) do (
if exist "%%~dp$PATH:f" set ECF_TOOL_PATH="%%~dp$PATH:f"
)
:: for %%f in (ecf_tool.exe) do (
:: if exist "%%~dp$PATH:f" set ECF_TOOL_PATH="%%~dp$PATH:f"
:: )
if "%ECF_TOOL_PATH%" == "" goto BUILD_ECF_TOOL
echo Using ecf_tool.exe from %ECF_TOOL_PATH%
goto START