if "isesvn" contains the file from ISE private repo, use them.
This commit is contained in:
@@ -316,10 +316,22 @@ iff not defined NO_COMPILE then
|
|||||||
iff not defined NO_ENTERPRISE_BUILD then
|
iff not defined NO_ENTERPRISE_BUILD then
|
||||||
remtrace ISE specific files
|
remtrace ISE specific files
|
||||||
cdd %EIFFEL_SRC
|
cdd %EIFFEL_SRC
|
||||||
|
if EXIST %INIT_DIR%\isesvn\library\keygen (
|
||||||
|
xcopy %INIT_DIR%\isesvn\library\keygen library\keygen /E /I
|
||||||
|
) else (
|
||||||
co %DEFAULT_ISE_SVN%/Src/library/keygen library/keygen
|
co %DEFAULT_ISE_SVN%/Src/library/keygen library/keygen
|
||||||
|
)
|
||||||
cd tools
|
cd tools
|
||||||
|
if EXIST %INIT_DIR%\isesvn\tools\activation (
|
||||||
|
xcopy %INIT_DIR%\isesvn\tools\activation activation /E /I
|
||||||
|
) else (
|
||||||
co %DEFAULT_ISE_SVN%/Src/tools/activation activation
|
co %DEFAULT_ISE_SVN%/Src/tools/activation activation
|
||||||
|
)
|
||||||
|
if EXIST %INIT_DIR%\isesvn\tools\estudio_enterprise (
|
||||||
|
xcopy %INIT_DIR%\isesvn\tools\estudio_enterprise estudio_enterprise /E /I
|
||||||
|
) else (
|
||||||
co %DEFAULT_ISE_SVN%/Src/tools/estudio_enterprise estudio_enterprise
|
co %DEFAULT_ISE_SVN%/Src/tools/estudio_enterprise estudio_enterprise
|
||||||
|
)
|
||||||
endiff
|
endiff
|
||||||
|
|
||||||
remtrace Build the normal libraries
|
remtrace Build the normal libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user