Provide a way to build GPL delivery, without access to the ise.svn repository.

This commit is contained in:
2018-12-12 13:46:08 +01:00
parent c62b514867
commit 3e37a7b72e
4 changed files with 17 additions and 7 deletions
+5 -1
View File
@@ -285,7 +285,11 @@ endiff
remtrace get GDI+ for platforms that don't have it
cdd %EIFFEL_SRC\tools
co %DEFAULT_ISE_SVN/Src/tools/gdiplus gdiplus
if EXIST %INIT_DIR%\isesvn\tools\gdiplus (
xcopy %INIT_DIR%\isesvn\tools\gdiplus gdiplus /E /I
) else (
co %DEFAULT_ISE_SVN%/Src/tools/gdiplus gdiplus
)
move gdiplus\gdiplus.dll %INSTALL_DIR\releases
remtrace Recompiling EiffelBuild